9 lines
103 B
Makefile
9 lines
103 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.PATH: ${.CURDIR}/../../../geom/nop
|
||
|
|
||
|
KMOD= geom_nop
|
||
|
SRCS= g_nop.c
|
||
|
|
||
|
.include <bsd.kmod.mk>
|