summaryrefslogtreecommitdiffstats
path: root/sys/kern/Make.tags.inc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
committerru <ru@FreeBSD.org>2001-05-23 09:42:29 +0000
commit35437d86aa2e89b16dfeb84a5499976559847155 (patch)
tree2bade94e6086e67f8de015d8c16fd2c15e7f78c3 /sys/kern/Make.tags.inc
parent627a25efaa565e765c3f4d9223bfeef7134724ef (diff)
downloadFreeBSD-src-35437d86aa2e89b16dfeb84a5499976559847155.zip
FreeBSD-src-35437d86aa2e89b16dfeb84a5499976559847155.tar.gz
- FDESC, FIFO, NULL, PORTAL, PROC, UMAP and UNION file
systems were repo-copied from sys/miscfs to sys/fs. - Renamed the following file systems and their modules: fdesc -> fdescfs, portal -> portalfs, union -> unionfs. - Renamed corresponding kernel options: FDESC -> FDESCFS, PORTAL -> PORTALFS, UNION -> UNIONFS. - Install header files for the above file systems. - Removed bogus -I${.CURDIR}/../../sys CFLAGS from userland Makefiles.
Diffstat (limited to 'sys/kern/Make.tags.inc')
-rw-r--r--sys/kern/Make.tags.inc38
1 files changed, 19 insertions, 19 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc
index 3f9f980..59dd7a7 100644
--- a/sys/kern/Make.tags.inc
+++ b/sys/kern/Make.tags.inc
@@ -28,17 +28,17 @@ COMM= ${SYS}/conf/*.[ch] \
${SYS}/dev/smbus/*.[ch] \
${SYS}/dev/vn/*.[ch] \
${SYS}/dev/vx/*.[ch] \
+ ${SYS}/fs/deadfs/*.[ch] \
+ ${SYS}/fs/fdescfs/*.[ch] \
+ ${SYS}/fs/fifofs/*.[ch] \
+ ${SYS}/fs/nullfs/*.[ch] \
+ ${SYS}/fs/portalfs/*.[ch] \
+ ${SYS}/fs/procfs/*.[ch] \
+ ${SYS}/fs/specfs/*.[ch] \
+ ${SYS}/fs/umapfs/*.[ch] \
+ ${SYS}/fs/unionfs/*.[ch] \
${SYS}/isofs/cd9660/*.[ch] \
${SYS}/kern/*.[ch] \
- ${SYS}/miscfs/deadfs/*.[ch] \
- ${SYS}/miscfs/fdesc/*.[ch] \
- ${SYS}/miscfs/fifofs/*.[ch] \
- ${SYS}/miscfs/nullfs/*.[ch] \
- ${SYS}/miscfs/portal/*.[ch] \
- ${SYS}/miscfs/procfs/*.[ch] \
- ${SYS}/miscfs/specfs/*.[ch] \
- ${SYS}/miscfs/umapfs/*.[ch] \
- ${SYS}/miscfs/union/*.[ch] \
${SYS}/msdosfs/*.[ch] \
${SYS}/net/*.[ch] \
${SYS}/netatalk/*.[ch] \
@@ -91,17 +91,17 @@ COMMDIR2= ${SYS}/dev/advansys \
${SYS}/dev/smbus \
${SYS}/dev/vn \
${SYS}/dev/vx \
+ ${SYS}/fs/deadfs \
+ ${SYS}/fs/devfs \
+ ${SYS}/fs/fdescfs \
+ ${SYS}/fs/fifofs \
+ ${SYS}/fs/nullfs \
+ ${SYS}/fs/portalfs \
+ ${SYS}/fs/procfs \
+ ${SYS}/fs/specfs \
+ ${SYS}/fs/umapfs \
+ ${SYS}/fs/unionfs \
${SYS}/isofs/cd9660 \
- ${SYS}/miscfs/deadfs \
- ${SYS}/miscfs/devfs \
- ${SYS}/miscfs/fdesc \
- ${SYS}/miscfs/fifofs \
- ${SYS}/miscfs/nullfs \
- ${SYS}/miscfs/portal \
- ${SYS}/miscfs/procfs \
- ${SYS}/miscfs/specfs \
- ${SYS}/miscfs/umapfs \
- ${SYS}/miscfs/union \
${SYS}/ufs/ffs \
${SYS}/ufs/mfs \
${SYS}/ufs/ufs
OpenPOWER on IntegriCloud