mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
24 lines
301 B
Makefile
24 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= geom_apple \
|
|
geom_bde \
|
|
geom_bsd \
|
|
geom_ccd \
|
|
geom_concat \
|
|
geom_fox \
|
|
geom_gate \
|
|
geom_gpt \
|
|
geom_label \
|
|
geom_mbr \
|
|
geom_mirror \
|
|
geom_nop \
|
|
geom_pc98 \
|
|
geom_raid3 \
|
|
geom_stripe \
|
|
geom_sunlabel \
|
|
geom_uzip \
|
|
geom_vinum \
|
|
geom_vol_ffs
|
|
|
|
.include <bsd.subdir.mk>
|