freebsd-skq/sys/modules/geom/geom_concat/Makefile

9 lines
112 B
Makefile
Raw Normal View History

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