4eb75f7bf4
Supported by: Wheel - Open Technologies - http://www.wheel.pl
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>
|