From 3f4806915ef86ad20f5602a0e46a27fc609e65ba Mon Sep 17 00:00:00 2001 From: attilio Date: Wed, 17 Oct 2012 11:16:17 +0000 Subject: Disconnect non-MPSAFE NWFS from the build in preparation for dropping GIANT from VFS. In addition, disconnect also netncp, which is a base requirement for NWFS. In the possibility of a future maintenance of the code and later readd to the FreeBSD base, maybe we should think about a better location for netncp. I'm not entirely sure the / top location is actually right, however I will let network people to comment on that more specifically. This is not targeted for MFC. --- sys/kern/Make.tags.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/kern/Make.tags.inc') diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc index 28dc0f7..079bab5 100644 --- a/sys/kern/Make.tags.inc +++ b/sys/kern/Make.tags.inc @@ -30,7 +30,6 @@ COMM= ${SYS}/dev/advansys/*.[ch] \ ${SYS}/fs/msdosfs/*.[ch] \ ${SYS}/fs/ntfs/*.[ch] \ ${SYS}/fs/nullfs/*.[ch] \ - ${SYS}/fs/nwfs/*.[ch] \ ${SYS}/fs/procfs/*.[ch] \ ${SYS}/fs/smbfs/*.[ch] \ ${SYS}/fs/udf/*.[ch] \ -- cgit v1.1