aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/netgraph
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-08-14 13:28:53 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-08-14 13:28:53 +0000
commit8b3ae668b13db776ced151f20e9ad3d23eca545d (patch)
tree1e71be6b57099620ee5d40dccf4353f18eac3e0b /sys/modules/netgraph
parent1e49a13618d52cb75f5c98befa01935e9785bbc0 (diff)
Notes
Diffstat (limited to 'sys/modules/netgraph')
-rw-r--r--sys/modules/netgraph/mppc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/netgraph/mppc/Makefile b/sys/modules/netgraph/mppc/Makefile
index 968e2ac007dc6..40b3717136f48 100644
--- a/sys/modules/netgraph/mppc/Makefile
+++ b/sys/modules/netgraph/mppc/Makefile
@@ -20,7 +20,7 @@ SRCS+= sha1.c
.if !defined(KERNBUILDDIR)
opt_netgraph.h:
- touch ${.TARGET}
+ :> ${.TARGET}
.if ${NETGRAPH_MPPC_COMPRESSION} > 0
echo "#define NETGRAPH_MPPC_COMPRESSION 1" >> ${.TARGET}
.endif