freebsd-dev/sys/modules/geom/geom_concat/Makefile
Pawel Jakub Dawidek e1ae50791e Makefile needed for building geom_concat module.
Approved by:	scottl (mentor)
2004-02-19 15:43:58 +00:00

9 lines
112 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../geom/concat
KMOD= geom_concat
SRCS= g_concat.c
.include <bsd.kmod.mk>