diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-08-04 17:51:47 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1993-08-04 17:51:47 +0000 |
commit | 9e5ebc8c71fd2769b07eb14201bf52e1eae5af2f (patch) | |
tree | 379d4a1f2f08bdb9b3820cd8eff850cc5dc2124a /gnu/usr.bin/dc/Makefile | |
parent | ea76af5346f18560fd23a9d2cdb651ad98f0919b (diff) | |
download | src-9e5ebc8c71fd2769b07eb14201bf52e1eae5af2f.tar.gz src-9e5ebc8c71fd2769b07eb14201bf52e1eae5af2f.zip |
Added man page - it looks a little odd in places (the 'i' and 'o'
commands), but this is the way it looked in the texinfo docs so I
stayed faithful to RMS's original presentation.
Notes
Notes:
svn path=/head/; revision=239
Diffstat (limited to 'gnu/usr.bin/dc/Makefile')
-rw-r--r-- | gnu/usr.bin/dc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile index 6f6a7074b777..937c7d9f2d65 100644 --- a/gnu/usr.bin/dc/Makefile +++ b/gnu/usr.bin/dc/Makefile @@ -1,6 +1,5 @@ PROG= dc SRCS= dc.c decimal.c -NOMAN= noman CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1 DPADD= ${LIBM} LDADD= -lm |