mirror of
https://github.com/opnsense/src.git
synced 2026-03-12 05:32:15 -04:00
6 lines
118 B
Makefile
6 lines
118 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/net
|
|
KMOD= if_bridge
|
|
SRCS= if_bridge.c opt_inet.h opt_inet6.h opt_carp.h
|
|
|
|
.include <bsd.kmod.mk>
|