diff options
author | scottl <scottl@FreeBSD.org> | 2003-11-22 06:08:59 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-11-22 06:08:59 +0000 |
commit | 7fde31fc316ddc67eca04ed4afde49794d82ea28 (patch) | |
tree | 618e48328e0114980641d1efa6d18007f7c36903 /include | |
parent | 5e7a1979e6fb29c080c56bfd83f65ea7960ef207 (diff) | |
download | FreeBSD-src-7fde31fc316ddc67eca04ed4afde49794d82ea28.zip FreeBSD-src-7fde31fc316ddc67eca04ed4afde49794d82ea28.tar.gz |
Install UDF header files to unbreak /sbin building when /sys is not present.
Submitted by: imura@ryu16.org
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 1dcc741..e36251c 100644 --- a/include/Makefile +++ b/include/Makefile @@ -34,7 +34,7 @@ LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \ LSUBDIRS= cam/scsi dev/an dev/ic dev/iicbus dev/firewire dev/ofw \ dev/ppbus dev/smbus dev/usb dev/wi dev/utopia fs/devfs \ fs/fdescfs fs/fifofs fs/msdosfs fs/ntfs fs/nullfs fs/nwfs fs/portalfs \ - fs/procfs fs/smbfs fs/umapfs fs/unionfs isofs/cd9660 \ + fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs isofs/cd9660 \ netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ netgraph/atm security/mac_biba security/mac_bsdextended \ security/mac_lomac security/mac_mls security/mac_partition \ |