From 735ce767c781bc19d64ef39712bad7c28f16ed08 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 22 Sep 1999 00:44:45 +0000 Subject: [PATCH] Allow ``make -DNOKLDLOAD'' --- usr.sbin/ppp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index aeef93343ca..0c565c56386 100644 --- a/usr.sbin/ppp/Makefile +++ b/usr.sbin/ppp/Makefile @@ -21,6 +21,10 @@ MAN8= ppp.8 CFLAGS+=-DRELEASE_CRUNCH .endif +.if defined(NOKLDLOAD) +CFLAGS+=-DNOKLDLOAD +.endif + .if defined(NOALIAS) || defined(NONAT) CFLAGS+=-DNONAT .else