-DRELEASE_CRUNCH moved into crunchgen(1) config files for
release building. Remove a hack that is no longer needed.
This commit is contained in:
parent
69311b1d1f
commit
d2d76c8dac
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user