summaryrefslogtreecommitdiffstats
path: root/usr.bin/bc
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/bc
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/bc')
-rw-r--r--usr.bin/bc/Makefile7
1 files changed, 1 insertions, 6 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>
OpenPOWER on IntegriCloud