-DRELEASE_CRUNCH moved into crunchgen(1) config files for

release building.  Remove a hack that is no longer needed.
This commit is contained in:
ru 2001-03-31 17:07:55 +00:00
parent 69311b1d1f
commit d2d76c8dac

View File

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