diff options
| author | Brian Somers <brian@FreeBSD.org> | 1999-09-22 00:44:45 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1999-09-22 00:44:45 +0000 |
| commit | 735ce767c781bc19d64ef39712bad7c28f16ed08 (patch) | |
| tree | f7e514d941264b471a419b148af326c3f1fdc41a /usr.sbin | |
| parent | fc3034ca7d6516ccdd952217b34e8a1cc8654650 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/ppp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
