Oops, netgraph.o -> ether.o for the RELEASE build.

This commit is contained in:
Brian Somers 1999-11-11 02:25:17 +00:00
parent 0e11d0f3ea
commit 0c38fb0340

View File

@ -71,8 +71,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 -DNONETGRAPH
OBJS+= chap_ms.o nat_cmd.o netgraph.o radius.o
chap_ms.o nat_cmd.o netgraph.o radius.o:
OBJS+= chap_ms.o ether.o nat_cmd.o radius.o
chap_ms.o ether.o nat_cmd.o radius.o:
>null_${.PREFIX}.c
cc -c -o ${.TARGET} null_${.PREFIX}.c
.endif