From 735ce767c781bc19d64ef39712bad7c28f16ed08 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 22 Sep 1999 00:44:45 +0000 Subject: Allow ``make -DNOKLDLOAD'' --- usr.sbin/ppp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'usr.sbin/ppp') diff --git a/usr.sbin/ppp/Makefile b/usr.sbin/ppp/Makefile index aeef93343cab..0c565c56386e 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 -- cgit v1.2.3