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
This commit is contained in:
Xin LI 2010-01-21 17:46:14 +00:00
parent 2a3ac727f1
commit 097d042584
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202761
2 changed files with 2 additions and 9 deletions

View File

@ -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>

View File

@ -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>