summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfsclient
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/nfsclient
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/nfsclient')
-rw-r--r--sys/modules/nfsclient/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile
index 2582f9c..33d8e21 100644
--- a/sys/modules/nfsclient/Makefile
+++ b/sys/modules/nfsclient/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
OpenPOWER on IntegriCloud