mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 02:32:47 +00:00
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:
parent
2a3ac727f1
commit
097d042584
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202761
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user