Makefile revision 115479
1# $FreeBSD: head/sys/modules/geom/geom_bsd/Makefile 115479 2003-05-31 18:36:41Z phk $
2
3.PATH: ${.CURDIR}/../../../geom
4
5KMOD=	geom_bsd
6SRCS=	geom_bsd.c
7
8.include <bsd.kmod.mk>
9