summaryrefslogtreecommitdiffstats
path: root/sys/modules/nwfs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-19 05:08:27 +0000
committerimp <imp@FreeBSD.org>2003-11-19 05:08:27 +0000
commit9015041e23b62f30707901f2da224f8864da78af (patch)
treed92de7551b65275adc1590720e5fed1e4e7f4e8d /sys/modules/nwfs
parent23ba01be794edbf1f9b407af953ad1d2261345b8 (diff)
downloadFreeBSD-src-9015041e23b62f30707901f2da224f8864da78af.zip
FreeBSD-src-9015041e23b62f30707901f2da224f8864da78af.tar.gz
o Remove @- from the ln and change it to a -sf. This was bogus, and
regocnized as such at the time. Now that the other bogons in the tree have been fixed, we can remove this ugly kludge. o Remove stale/bogus opt_foo.h files. These are left over from by-gone resources. And they point to the need, yet again, to improve the build system so meta information is only in one place. Submitted by: ru Reviewed by: bde Approved by: re@ (jhb)
Diffstat (limited to 'sys/modules/nwfs')
-rw-r--r--sys/modules/nwfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/nwfs/Makefile b/sys/modules/nwfs/Makefile
index 1c1e6a8..04a5d47 100644
--- a/sys/modules/nwfs/Makefile
+++ b/sys/modules/nwfs/Makefile
@@ -6,7 +6,7 @@ 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_nwfs.h opt_vmpage.h
+ nwfs_subr.c opt_ncp.h opt_vmpage.h
.if defined(VNPRINT)
CFLAGS+= -DVNPRINT
OpenPOWER on IntegriCloud