summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-31 17:07:55 +0000
committerru <ru@FreeBSD.org>2001-03-31 17:07:55 +0000
commit543e2b2cbe196d70a7fea70563d88b72faf9177e (patch)
treecb94dfadea4ba0801ce89cf79045de44c59faea7 /usr.sbin
parent9f322d84b52ad34526c5d10e8f1be9b0c8eaf378 (diff)
downloadFreeBSD-src-543e2b2cbe196d70a7fea70563d88b72faf9177e.zip
FreeBSD-src-543e2b2cbe196d70a7fea70563d88b72faf9177e.tar.gz
-DRELEASE_CRUNCH moved into crunchgen(1) config files for
release building. Remove a hack that is no longer needed.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/ppp/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile
index e83f301..9439743 100644
--- a/usr.sbin/ppp/Makefile
+++ b/usr.sbin/ppp/Makefile
@@ -92,13 +92,7 @@ DPADD+= ${LIBNETGRAPH}
.endif
.if defined(RELEASE_CRUNCH)
-# We must create these objects because crunchgen will link them,
-# and we don't want any unused symbols to spoil the final link.
CFLAGS+=-DNONAT -DNORADIUS -DNOI4B -DNOSUID
-OBJS+= chap_ms.o mppe.o id.o nat_cmd.o radius.o
-chap_ms.o mppe.o id.o nat_cmd.o radius.o:
- >null_${.PREFIX}.c
- cc -c -o ${.TARGET} null_${.PREFIX}.c
.endif
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud