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/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/modules/if_ppp/Makefile b/sys/modules/if_ppp/Makefile
index 2becf7e..c845db2 100644
--- a/sys/modules/if_ppp/Makefile
+++ b/sys/modules/if_ppp/Makefile
@@ -23,15 +23,13 @@ SRCS+= ppp_deflate.c zlib.c
CLEANFILES= ppp.h
-opt_inet.h:
- touch ${.TARGET}
.if ${PPP_INET} > 0
+opt_inet.h:
echo "#define INET 1" >> ${.TARGET}
.endif
-opt_ipx.h:
- touch ${.TARGET}
.if ${PPP_IPX} > 0
+opt_ipx.h:
echo "#define IPX ${PPP_IPX}" >> ${.TARGET}
.endif
OpenPOWER on IntegriCloud