mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
8 lines
106 B
Makefile
8 lines
106 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../geom/gate
|
|
|
|
KMOD= geom_gate
|
|
SRCS= g_gate.c
|
|
|
|
.include <bsd.kmod.mk>
|