diff options
Diffstat (limited to 'sys/modules/nfs/Makefile')
| -rw-r--r-- | sys/modules/nfs/Makefile | 3 |
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 |
