diff options
author | ru <ru@FreeBSD.org> | 2003-05-20 07:07:48 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-20 07:07:48 +0000 |
commit | 74dbdc41d8a9673a2d0107d00dc10761a39b12c7 (patch) | |
tree | 01c2c477420d28b98510a8706b4aac28c214c321 /usr.sbin/ppp | |
parent | bdb2f38ea84cbfc1c4952035277d31d8e5c77bcd (diff) | |
download | FreeBSD-src-74dbdc41d8a9673a2d0107d00dc10761a39b12c7.zip FreeBSD-src-74dbdc41d8a9673a2d0107d00dc10761a39b12c7.tar.gz |
Previous revision broke release building, unbreak it.
Prodded by: scottl
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r-- | usr.sbin/ppp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index a26d235..a3526f9 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -11,6 +11,7 @@ SRCS= acf.c arp.c async.c auth.c bundle.c cbcp.c ccp.c chap.c chat.c \ .if defined(RELEASE_CRUNCH) CFLAGS+=-DRELEASE_CRUNCH NOATM= true +NODES= true NOI4B= true NONAT= true NOKLDLOAD= true |