- Connect geom(8) and its libraries to the build.

- Connect geom_stripe and geom_nop modules to the build.
- Connect STRIPE and NOP classes to the LINT build.
- Disconnect gconcat(8) from the build.

Supported by:	Wheel - Open Technologies - http://www.wheel.pl
This commit is contained in:
Pawel Jakub Dawidek 2004-05-20 10:37:13 +00:00
parent 680e586479
commit 7dc92b13d0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129477
5 changed files with 9 additions and 1 deletions

View File

@ -29,7 +29,7 @@ SUBDIR= adjkerntz \
fsdb \
fsirand \
gbde \
gconcat \
geom \
ggate \
${_gpt} \
growfs \

View File

@ -126,7 +126,9 @@ options GEOM_FOX # Redundant path mitigation
options GEOM_GATE # Userland services.
options GEOM_GPT # GPT partitioning
options GEOM_MBR # DOS/MBR partitioning
options GEOM_NOP # Test class.
options GEOM_PC98 # NEC PC9800 partitioning
options GEOM_STRIPE # Disk striping.
options GEOM_SUNLABEL # Sun/Solaris partitioning
options GEOM_VOL # Volume names from UFS superblock

View File

@ -919,6 +919,8 @@ crypto/rijndael/rijndael-api-fst.c optional geom_bde
crypto/sha2/sha2.c optional geom_bde
geom/concat/g_concat.c optional geom_concat
geom/gate/g_gate.c optional geom_gate
geom/nop/g_nop.c optional geom_nop
geom/stripe/g_stripe.c optional geom_stripe
geom/geom_aes.c optional geom_aes
geom/geom_apple.c optional geom_apple
geom/geom_bsd.c optional geom_bsd

View File

@ -74,7 +74,9 @@ GEOM_GATE opt_geom.h
GEOM_GPT opt_geom.h
GEOM_MBR opt_geom.h
GEOM_MIRROR opt_geom.h
GEOM_NOP opt_geom.h
GEOM_PC98 opt_geom.h
GEOM_STRIPE opt_geom.h
GEOM_SUNLABEL opt_geom.h
GEOM_VOL opt_geom.h
HW_WDOG

View File

@ -9,7 +9,9 @@ SUBDIR= geom_apple \
geom_gate \
geom_gpt \
geom_mbr \
geom_nop \
geom_pc98 \
geom_stripe \
geom_sunlabel \
geom_vol_ffs