aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/geom/geom_gate/Makefile
blob: 3d084790eb7ce651ed680c6b6ee07015fc68fd21 (plain) (blame)
1
2
3
4
5
6
7

.PATH: ${SRCTOP}/sys/geom/gate

KMOD=	geom_gate
SRCS=	g_gate.c

.include <bsd.kmod.mk>