aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nwfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nwfs/Makefile')
-rw-r--r--sys/modules/nwfs/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile
index 255aabc51a4b..69349de44709 100644
--- a/sys/modules/nwfs/Makefile
+++ b/sys/modules/nwfs/Makefile
@@ -6,13 +6,10 @@ KMOD= nwfs
SRCS= vnode_if.h \
nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
- nwfs_subr.c opt_ncp.h opt_vmpage.h
+ nwfs_subr.c opt_vmpage.h
.if defined(VNPRINT)
CFLAGS+= -DVNPRINT
.endif
-opt_ncp.h:
- echo "#define NCP 1" > ${.TARGET}
-
.include <bsd.kmod.mk>