freebsd-dev/sys/modules/geom/Makefile

14 lines
164 B
Makefile
Raw Normal View History

2003-05-31 18:36:41 +00:00
# $FreeBSD$
SUBDIR= geom_apple \
geom_bde \
geom_bsd \
2003-06-09 21:49:54 +00:00
geom_ccd \
2003-05-31 18:36:41 +00:00
geom_gpt \
geom_mbr \
geom_pc98 \
geom_sunlabel \
geom_vol_ffs
2003-05-31 18:36:41 +00:00
.include <bsd.subdir.mk>