summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nfs/Makefile')
-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 2582f9c..33d8e21 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
OpenPOWER on IntegriCloud