summaryrefslogtreecommitdiffstats
path: root/sys/modules/if_ppp
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
committerpeter <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
commita7f86be978689732e2ae26968af70815ba13ca58 (patch)
tree5298468ec8fa3edd0bbe8e8e8f32e1f790ba22a3 /sys/modules/if_ppp
parentfe7d89e3f2b2b7670c1064862cf079c9a565fe38 (diff)
downloadFreeBSD-src-a7f86be978689732e2ae26968af70815ba13ca58.zip
FreeBSD-src-a7f86be978689732e2ae26968af70815ba13ca58.tar.gz
Zap some bad examples:
opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
Diffstat (limited to 'sys/modules/if_ppp')
-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