aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/dc/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:49:20 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-01-16 17:49:20 +0000
commit9953d9b05d7cd373f5252d5d4c9e6e47fb869d26 (patch)
tree95d1d9f87e7e2b2aca2bfe8a28423c707980cf2b /gnu/usr.bin/dc/Makefile
parent8ab90258e87238dcfd2b95c2550b6d99ad2a528d (diff)
downloadsrc-9953d9b05d7cd373f5252d5d4c9e6e47fb869d26.tar.gz
src-9953d9b05d7cd373f5252d5d4c9e6e47fb869d26.zip
Add doc to SUBDIR
Notes
Notes: svn path=/head/; revision=5658
Diffstat (limited to 'gnu/usr.bin/dc/Makefile')
-rw-r--r--gnu/usr.bin/dc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/dc/Makefile b/gnu/usr.bin/dc/Makefile
index 937c7d9f2d65..57b2ebd4092c 100644
--- a/gnu/usr.bin/dc/Makefile
+++ b/gnu/usr.bin/dc/Makefile
@@ -3,5 +3,6 @@ SRCS= dc.c decimal.c
CFLAGS+=-I${.CURDIR} -DHAVE_BCOPY=1 -DHAVE_BZERO=1
DPADD= ${LIBM}
LDADD= -lm
+SUBDIR+= doc
.include <bsd.prog.mk>