mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
11 lines
236 B
Makefile
11 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../netinet
|
|
.PATH: ${.CURDIR}/../../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
|
|
|
|
.include <bsd.kmod.mk>
|