mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
10 lines
232 B
Makefile
10 lines
232 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
.PATH: ${SRCTOP}/sys/crypto
|
|
|
|
KMOD= carp
|
|
SRCS= ip_carp.c sha1.c
|
|
SRCS+= device_if.h bus_if.h vnode_if.h
|
|
SRCS+= opt_carp.h opt_bpf.h opt_inet.h opt_inet6.h opt_ofed.h opt_netlink.h
|
|
|
|
.include <bsd.kmod.mk>
|