mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Don't compile NETGRAPH out of ppp for the release crunch
This commit is contained in:
parent
2c11c6eb6b
commit
dc4511d5eb
1 changed files with 3 additions and 3 deletions
|
|
@ -70,9 +70,9 @@ DPADD+= ${LIBNETGRAPH}
|
|||
.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 -DNONETGRAPH
|
||||
OBJS+= chap_ms.o ether.o nat_cmd.o radius.o
|
||||
chap_ms.o ether.o nat_cmd.o radius.o:
|
||||
CFLAGS+=-DNONAT -DNORADIUS -DNOI4B
|
||||
OBJS+= chap_ms.o nat_cmd.o radius.o
|
||||
chap_ms.o nat_cmd.o radius.o:
|
||||
>null_${.PREFIX}.c
|
||||
cc -c -o ${.TARGET} null_${.PREFIX}.c
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue