summaryrefslogtreecommitdiffstats
path: root/sys/modules/nwfs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
committerbde <bde@FreeBSD.org>1999-11-28 18:53:47 +0000
commitd7156780d39bcfe9261d9a092c4b4fcbf122a73e (patch)
tree18228d1b21d9e19229ad8461e2b326297d531fef /sys/modules/nwfs
parent927cbd2a6cdb5a394f334292d5ba382cf783967f (diff)
downloadFreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.zip
FreeBSD-src-d7156780d39bcfe9261d9a092c4b4fcbf122a73e.tar.gz
Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Diffstat (limited to 'sys/modules/nwfs')
-rw-r--r--sys/modules/nwfs/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile
index 381c318..925fb05 100644
--- a/sys/modules/nwfs/Makefile
+++ b/sys/modules/nwfs/Makefile
@@ -10,8 +10,6 @@ SRCS= nwfs_node.c nwfs_ioctl.c nwfs_io.c nwfs_vfsops.c nwfs_vnops.c \
VFS_KLD=true
-CLEANFILES= opt_ncp.h opt_nwfs.h opt_vmpage.h
-
NOMAN=true
CFLAGS+= -DNWFS
@@ -23,9 +21,6 @@ CFLAGS+= -DVNPRINT
opt_ncp.h:
echo "#define NCP 1" > ${.TARGET}
-opt_nwfs.h opt_vmpage.h:
- touch ${.TARGET}
-
load: nwfs.ko
kldload ./nwfs.ko
OpenPOWER on IntegriCloud