d32484135d
Reviewed by: phk
9 lines
117 B
Makefile
9 lines
117 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom
|
|
|
|
KMOD= geom_bsd
|
|
SRCS= geom_bsd.c geom_bsd_enc.c
|
|
|
|
.include <bsd.kmod.mk>
|