diff options
| author | Diomidis Spinellis <dds@FreeBSD.org> | 2005-01-14 14:18:19 +0000 |
|---|---|---|
| committer | Diomidis Spinellis <dds@FreeBSD.org> | 2005-01-14 14:18:19 +0000 |
| commit | 6901ba93062d02a546a0d2d5d3fe63e2a374a851 (patch) | |
| tree | f9778c67b851a67d2bf06a0fe13598f4311f49cb /include | |
| parent | b7be40d612b794ea9165b71a8afe07777dc9d31a (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/include/Makefile b/include/Makefile index aeab8e0dcce5..e2dc1da390b4 100644 --- a/include/Makefile +++ b/include/Makefile @@ -34,13 +34,16 @@ LDIRS= cam geom net net80211 netatalk netatm netgraph netinet netinet6 \ netipsec netipx netkey netnatm netncp netsmb nfs nfsclient nfsserver \ pccard posix4 sys vm -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 \ +LSUBDIRS= cam/scsi \ + dev/an dev/bktr dev/firewire dev/ic dev/iicbus dev/ofw dev/pbio \ + 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 \ geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \ geom/shsec geom/stripe \ - isofs/cd9660 netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ + isofs/cd9660 \ + netatm/ipatm netatm/sigpvc netatm/spans netatm/uni \ netgraph/atm netgraph/netflow \ security/mac_biba security/mac_bsdextended security/mac_lomac \ security/mac_mls security/mac_partition \ |
