Forgotten RELEASE_CRUNCH hack for mppe.c.

This fix is for "make release" and "make boot.flp".
This commit is contained in:
Tatsumi Hosokawa 2000-10-31 05:00:25 +00:00
parent e927e6a1c0
commit 85c2b43f35

View File

@ -91,8 +91,8 @@ DPADD+= ${LIBNETGRAPH}
# 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 id.o nat_cmd.o radius.o
chap_ms.o id.o nat_cmd.o radius.o:
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