7dc92b13d0
- 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
19 lines
231 B
Makefile
19 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= geom_apple \
|
|
geom_bde \
|
|
geom_bsd \
|
|
geom_ccd \
|
|
geom_concat \
|
|
geom_fox \
|
|
geom_gate \
|
|
geom_gpt \
|
|
geom_mbr \
|
|
geom_nop \
|
|
geom_pc98 \
|
|
geom_stripe \
|
|
geom_sunlabel \
|
|
geom_vol_ffs
|
|
|
|
.include <bsd.subdir.mk>
|