diff options
author | ru <ru@FreeBSD.org> | 2004-09-04 06:37:58 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-09-04 06:37:58 +0000 |
commit | 1391946a6f37f27f2846b3a310ecd5b6957e1ef1 (patch) | |
tree | 3d43c3f3019174f031714a4f281d9739ed37c091 /sys/modules/nfs4client | |
parent | 8ec6e44b75987c14571bd380fbcfe78e22624940 (diff) | |
download | FreeBSD-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/Makefile | 3 |
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 |