aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2007-02-11 14:01:32 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2007-02-11 14:01:32 +0000
commitd139ce67c0b39ab6532275f7baff67d220fe8001 (patch)
tree4c3be33659b544ec962442de863aa202704e1d33 /sys/conf/files
parenta8d36d0d9a684f578ea536a64391d13b744056ac (diff)
downloadsrc-d139ce67c0b39ab6532275f7baff67d220fe8001.tar.gz
src-d139ce67c0b39ab6532275f7baff67d220fe8001.zip
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.
Notes
Notes: svn path=/head/; revision=166640
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files16
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 6995d8572575..9a8f0bd7680c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1305,14 +1305,14 @@ isa/isahint.c optional isa
isa/orm.c optional isa
isa/pnp.c optional isa isapnp
isa/pnpparse.c optional isa isapnp
-isofs/cd9660/cd9660_bmap.c optional cd9660
-isofs/cd9660/cd9660_lookup.c optional cd9660
-isofs/cd9660/cd9660_node.c optional cd9660
-isofs/cd9660/cd9660_rrip.c optional cd9660
-isofs/cd9660/cd9660_util.c optional cd9660
-isofs/cd9660/cd9660_vfsops.c optional cd9660
-isofs/cd9660/cd9660_vnops.c optional cd9660
-isofs/cd9660/cd9660_iconv.c optional cd9660_iconv
+fs/cd9660/cd9660_bmap.c optional cd9660
+fs/cd9660/cd9660_lookup.c optional cd9660
+fs/cd9660/cd9660_node.c optional cd9660
+fs/cd9660/cd9660_rrip.c optional cd9660
+fs/cd9660/cd9660_util.c optional cd9660
+fs/cd9660/cd9660_vfsops.c optional cd9660
+fs/cd9660/cd9660_vnops.c optional cd9660
+fs/cd9660/cd9660_iconv.c optional cd9660_iconv
kern/bus_if.m standard
kern/clock_if.m optional genclock
kern/cpufreq_if.m standard