aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-31 17:07:55 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-31 17:07:55 +0000
commiteb09fd4a2f2b3502cc4a171b91e92e6b6e736274 (patch)
tree0b7bebe4fa1e2a5f9d696f7dc165ff7253b2fe5f /usr.sbin
parent63d2b1e9f0f79ba69030b81e761deedc2e895068 (diff)
downloadsrc-eb09fd4a2f2b3502cc4a171b91e92e6b6e736274.tar.gz
src-eb09fd4a2f2b3502cc4a171b91e92e6b6e736274.zip
-DRELEASE_CRUNCH moved into crunchgen(1) config files for
release building. Remove a hack that is no longer needed.
Notes
Notes: svn path=/head/; revision=75043
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 e83f301249d7..94397438d4c5 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>