mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
7 lines
79 B
Makefile
7 lines
79 B
Makefile
# $FreeBSD$
|
|
|
|
KMOD= ng_bridge
|
|
SRCS= ng_bridge.c
|
|
NOMAN=
|
|
|
|
.include <bsd.kmod.mk>
|