diff options
author | pjd <pjd@FreeBSD.org> | 2004-08-16 06:36:21 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-08-16 06:36:21 +0000 |
commit | 5719aaaa5fd953fb22101cb2783e65695d486aae (patch) | |
tree | 3a2575c0899b646c9af978ee5f11853e28c6d5ec /include | |
parent | eeb52edac03487a4419fb849582277d3ca9e61b8 (diff) | |
download | FreeBSD-src-5719aaaa5fd953fb22101cb2783e65695d486aae.zip FreeBSD-src-5719aaaa5fd953fb22101cb2783e65695d486aae.tar.gz |
Connect RAID3 GEOM class to the build.
Diffstat (limited to 'include')
-rw-r--r-- | include/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Makefile b/include/Makefile index 8d86a62..0fd1dd9b 100644 --- a/include/Makefile +++ b/include/Makefile @@ -38,7 +38,8 @@ 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 \ - geom/concat geom/gate geom/label geom/mirror geom/nop geom/stripe \ + geom/concat geom/gate geom/label geom/mirror geom/nop geom/raid3 \ + geom/stripe \ 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 \ |