mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
9 lines
106 B
Makefile
9 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/gate
|
|
|
|
KMOD= geom_gate
|
|
SRCS= g_gate.c
|
|
|
|
.include <bsd.kmod.mk>
|