summaryrefslogtreecommitdiffstats
path: root/sys/modules/nfs4client
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-09-04 06:37:58 +0000
committerru <ru@FreeBSD.org>2004-09-04 06:37:58 +0000
commit1391946a6f37f27f2846b3a310ecd5b6957e1ef1 (patch)
tree3d43c3f3019174f031714a4f281d9739ed37c091 /sys/modules/nfs4client
parent8ec6e44b75987c14571bd380fbcfe78e22624940 (diff)
downloadFreeBSD-src-1391946a6f37f27f2846b3a310ecd5b6957e1ef1.zip
FreeBSD-src-1391946a6f37f27f2846b3a310ecd5b6957e1ef1.tar.gz
Let kmod.mk touch opt_*.h files as needed.
Inspired by: imp's email
Diffstat (limited to 'sys/modules/nfs4client')
-rw-r--r--sys/modules/nfs4client/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/nfs4client/Makefile b/sys/modules/nfs4client/Makefile
index 723f571..5d6a695 100644
--- a/sys/modules/nfs4client/Makefile
+++ b/sys/modules/nfs4client/Makefile
@@ -21,9 +21,8 @@ SRCS+= rpcclnt.c
# USE THE NEW IDMAPPER
CFLAGS+= -DUSE_NEW_IDMAPPER
-opt_inet.h:
- touch ${.TARGET}
.if ${NFS_INET} > 0
+opt_inet.h:
echo "#define INET 1" > ${.TARGET}
.endif
OpenPOWER on IntegriCloud