diff options
Diffstat (limited to 'sys/modules/nfsclient/Makefile')
-rw-r--r-- | sys/modules/nfsclient/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/nfsclient/Makefile b/sys/modules/nfsclient/Makefile index e40b13a..34d4006 100644 --- a/sys/modules/nfsclient/Makefile +++ b/sys/modules/nfsclient/Makefile @@ -8,7 +8,6 @@ SRCS= vnode_if.h \ nfs_vnops.c opt_inet.h opt_nfs.h opt_vmpage.h opt_bootp.h NFS_INET?= 1 # 0/1 - requires INET to be configured in kernel NOMAN= -CFLAGS+= -DNFS opt_inet.h: touch ${.TARGET} |