12 lines
136 B
Makefile
12 lines
136 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
SUBDIR= geom_apple \
|
||
|
geom_bde \
|
||
|
geom_bsd \
|
||
|
geom_gpt \
|
||
|
geom_mbr \
|
||
|
geom_pc98 \
|
||
|
geom_sunlabel
|
||
|
|
||
|
.include <bsd.subdir.mk>
|