freebsd-skq/sys/modules/geom/Makefile
Pawel Jakub Dawidek 7dc92b13d0 - 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
2004-05-20 10:37:13 +00:00

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>