freebsd-dev/sys/modules/geom/geom_nop/Makefile

9 lines
103 B
Makefile
Raw Normal View History

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