mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
if_vlan grew a dependency on opt_inet6.h in r356993 if_lagg and if_vlan both grew a dependency on opt_kern_tls.h in r351522 This is needed for standalone module builds of these guys.
8 lines
171 B
Makefile
8 lines
171 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/net
|
|
KMOD= if_lagg
|
|
SRCS= if_lagg.c ieee8023ad_lacp.c opt_inet.h opt_inet6.h opt_kern_tls.h
|
|
SRCS+= opt_ratelimit.h
|
|
|
|
.include <bsd.kmod.mk>
|