e1ae50791e
Approved by: scottl (mentor)
9 lines
112 B
Makefile
9 lines
112 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/concat
|
|
|
|
KMOD= geom_concat
|
|
SRCS= g_concat.c
|
|
|
|
.include <bsd.kmod.mk>
|