summaryrefslogtreecommitdiff
path: root/usr.bin/dc
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2010-01-21 17:46:14 +0000
committerXin LI <delphij@FreeBSD.org>2010-01-21 17:46:14 +0000
commit097d0425840b3e91156b3f00abb8442463037806 (patch)
treef62b892a248691e40cde9ea53885cb0725132ff0 /usr.bin/dc
parent2a3ac727f1ffeeb703c18b50d6b1e2777d6e262c (diff)
downloadsrc-test2-097d0425840b3e91156b3f00abb8442463037806.tar.gz
src-test2-097d0425840b3e91156b3f00abb8442463037806.zip
Makefile cleanups:
o Enable building of USD o Remove commented out targets o Remove WARNS?=6 lines since it's the default Reviewed by: gabor
Notes
Notes: svn path=/head/; revision=202761
Diffstat (limited to 'usr.bin/dc')
-rw-r--r--usr.bin/dc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index 1ad72e0cfacb..6e16d85e2456 100644
--- a/usr.bin/dc/Makefile
+++ b/usr.bin/dc/Makefile
@@ -6,8 +6,6 @@ SRCS= dc.c bcode.c inout.c mem.c stack.c
LDADD= -lcrypto
DPADD= ${LIBCRYPTO}
-#SUBDIR+= USD.doc
-
-WARNS?= 6
+SUBDIR+= USD.doc
.include <bsd.prog.mk>