From 74dbdc41d8a9673a2d0107d00dc10761a39b12c7 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 20 May 2003 07:07:48 +0000 Subject: [PATCH] Previous revision broke release building, unbreak it. Prodded by: scottl --- usr.sbin/ppp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index a26d235b54fe..a3526f935fce 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