diff options
author | pjd <pjd@FreeBSD.org> | 2004-04-30 16:23:08 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-04-30 16:23:08 +0000 |
commit | 3c115d40e2a2f096ded924f447a7c3f58868b119 (patch) | |
tree | 8b6fe21f2fb175340bb980c85fc6ebc8bf160914 /include | |
parent | 763751f4944fdd1e1767954850ccf5096d0e83c0 (diff) | |
download | FreeBSD-src-3c115d40e2a2f096ded924f447a7c3f58868b119.zip FreeBSD-src-3c115d40e2a2f096ded924f447a7c3f58868b119.tar.gz |
- Look into geom/gate/ and geom/concat/ for includes.
- Put geom/ subdirectories into separate line,
while there are more to come.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/Makefile b/include/Makefile index 7072671..f30f81f 100644 --- a/include/Makefile +++ b/include/Makefile @@ -34,8 +34,9 @@ LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \ LSUBDIRS= cam/scsi dev/an dev/bktr dev/firewire dev/ic dev/iicbus \ 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/udf fs/umapfs fs/unionfs isofs/cd9660 \ - netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ + fs/procfs fs/smbfs fs/udf fs/umapfs fs/unionfs \ + geom/concat geom/gate \ + 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 \ ufs/ffs ufs/ufs |