freebsd-dev/sys/modules/geom/geom_mbr/Makefile

9 lines
117 B
Makefile
Raw Normal View History

2003-05-31 18:36:41 +00:00
# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom
KMOD= geom_mbr
SRCS= geom_mbr.c geom_mbr_enc.c
2003-05-31 18:36:41 +00:00
.include <bsd.kmod.mk>