aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nfs
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
committerPeter Wemm <peter@FreeBSD.org>2001-02-04 08:23:14 +0000
commit205a48f7f3b700b70d2e209c31779f5d6c92d893 (patch)
tree50e926881515404c1c90c9e44d102d9a7fc17aa6 /sys/modules/nfs
parent7aef6a1e885209abd611f5554eedcefdcb23180f (diff)
downloadsrc-205a48f7f3b700b70d2e209c31779f5d6c92d893.tar.gz
src-205a48f7f3b700b70d2e209c31779f5d6c92d893.zip
Zap some bad examples:
opt_foo.h: touch opt_foo.h .. is unnecessary - kmod.mk does this for us.
Notes
Notes: svn path=/head/; revision=71985
Diffstat (limited to 'sys/modules/nfs')
-rw-r--r--sys/modules/nfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/nfs/Makefile b/sys/modules/nfs/Makefile
index 2582f9cf35e6..33d8e21d74ab 100644
--- a/sys/modules/nfs/Makefile
+++ b/sys/modules/nfs/Makefile
@@ -10,9 +10,8 @@ SRCS= vnode_if.h \
NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel
NOMAN=
-opt_inet.h:
- touch ${.TARGET}
.if ${NFS_INET} > 0
+opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif