summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-01-21 17:46:14 +0000
committerdelphij <delphij@FreeBSD.org>2010-01-21 17:46:14 +0000
commitef4afc1830021f715196eb1daf782191b08e6549 (patch)
treef62b892a248691e40cde9ea53885cb0725132ff0 /usr.bin
parent310c6339aa5bd48dce2e90902a4274ea4d7e9f88 (diff)
downloadFreeBSD-src-ef4afc1830021f715196eb1daf782191b08e6549.zip
FreeBSD-src-ef4afc1830021f715196eb1daf782191b08e6549.tar.gz
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
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/bc/Makefile7
-rw-r--r--usr.bin/dc/Makefile4
2 files changed, 2 insertions, 9 deletions
diff --git a/usr.bin/bc/Makefile b/usr.bin/bc/Makefile
index e291555..6a1614b 100644
--- a/usr.bin/bc/Makefile
+++ b/usr.bin/bc/Makefile
@@ -4,14 +4,9 @@
PROG= bc
SRCS= bc.y scan.l
CFLAGS+= -I. -I${.CURDIR}
-WARNS?= 6
-#SUBDIR+= USD.doc
+SUBDIR+= USD.doc
FILES+= bc.library
FILESDIR= ${SHAREDIR}/misc
-#beforeinstall:
-# install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/bc.library \
-# ${DESTDIR}/usr/share/misc
-
.include <bsd.prog.mk>
diff --git a/usr.bin/dc/Makefile b/usr.bin/dc/Makefile
index 1ad72e0..6e16d85 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>
OpenPOWER on IntegriCloud