diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2007-02-11 14:01:32 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2007-02-11 14:01:32 +0000 |
commit | c9202d5e4906e9f263fb95d81214a9cbf44a3345 (patch) | |
tree | 4c3be33659b544ec962442de863aa202704e1d33 /sys/conf | |
parent | b236d22de9d89ff115ca8a6bb14457563c4ea3bd (diff) | |
download | FreeBSD-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/conf')
-rw-r--r-- | sys/conf/files | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files index 6995d85..9a8f0bd 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 |