freebsd-dev/sys/modules/geom/Makefile
Pawel Jakub Dawidek f5ebf83f3f Connect geom_concat.ko module to the build.
Approved by:	scottl (mentor)
2004-02-23 20:03:53 +00:00

16 lines
191 B
Makefile

# $FreeBSD$
SUBDIR= geom_apple \
geom_bde \
geom_bsd \
geom_ccd \
geom_concat \
geom_fox \
geom_gpt \
geom_mbr \
geom_pc98 \
geom_sunlabel \
geom_vol_ffs
.include <bsd.subdir.mk>