Makefile needed for building geom_concat module.

Approved by:	scottl (mentor)
This commit is contained in:
pjd 2004-02-19 15:43:58 +00:00
parent e02d6ef4bb
commit 4f4561b6d6

View File

@ -0,0 +1,8 @@
# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom/concat
KMOD= geom_concat
SRCS= g_concat.c
.include <bsd.kmod.mk>