summaryrefslogtreecommitdiffstats
path: root/sys/kern/Make.tags.inc
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2007-02-11 14:01:32 +0000
committerrodrigc <rodrigc@FreeBSD.org>2007-02-11 14:01:32 +0000
commitc9202d5e4906e9f263fb95d81214a9cbf44a3345 (patch)
tree4c3be33659b544ec962442de863aa202704e1d33 /sys/kern/Make.tags.inc
parentb236d22de9d89ff115ca8a6bb14457563c4ea3bd (diff)
downloadFreeBSD-src-c9202d5e4906e9f263fb95d81214a9cbf44a3345.zip
FreeBSD-src-c9202d5e4906e9f263fb95d81214a9cbf44a3345.tar.gz
Makefile changes to reflect moving sys/isofs/cd9660 to sys/fs/cd9660.
Continue to install userland include files in /usr/include/isofs/cd9660 so as not to break userland applications such as libstand.
Diffstat (limited to 'sys/kern/Make.tags.inc')
-rw-r--r--sys/kern/Make.tags.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/Make.tags.inc b/sys/kern/Make.tags.inc
index c782383..e547137 100644
--- a/sys/kern/Make.tags.inc
+++ b/sys/kern/Make.tags.inc
@@ -94,6 +94,6 @@ COMMDIR2= ${SYS}/dev/advansys \
${SYS}/fs/specfs \
${SYS}/fs/umapfs \
${SYS}/fs/unionfs \
- ${SYS}/isofs/cd9660 \
+ ${SYS}/fs/cd9660 \
${SYS}/ufs/ffs \
${SYS}/ufs/ufs
OpenPOWER on IntegriCloud