summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/if_ppp/Makefile')
-rw-r--r--sys/modules/if_ppp/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index 95f81f9..eef495f 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -19,6 +19,7 @@ SRCS+= bsd_comp.c
SRCS+= ppp_deflate.c zlib.c
.endif
+.if !defined(KERNBUILDDIR)
.if ${PPP_INET} > 0
opt_inet.h:
echo "#define INET 1" >> ${.TARGET}
@@ -40,5 +41,6 @@ opt_ppp.h:
.if ${PPP_FILTER} > 0
echo "#define PPP_FILTER ${PPP_FILTER}" >> ${.TARGET}
.endif
+.endif
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud