Makefile needed for building geom_concat module.
Approved by: scottl (mentor)
This commit is contained in:
parent
e02d6ef4bb
commit
4f4561b6d6
8
sys/modules/geom/geom_concat/Makefile
Normal file
8
sys/modules/geom/geom_concat/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../geom/concat
|
||||
|
||||
KMOD= geom_concat
|
||||
SRCS= g_concat.c
|
||||
|
||||
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user