mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
8 lines
93 B
Makefile
8 lines
93 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.PATH: ${.CURDIR}/../../net
|
||
|
|
KMOD= bridge
|
||
|
|
SRCS= bridge.c
|
||
|
|
|
||
|
|
.include <bsd.kmod.mk>
|