1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../netinet 4.PATH: ${.CURDIR}/../../crypto 5 6KMOD= carp 7SRCS= ip_carp.c sha1.c 8SRCS+= device_if.h bus_if.h vnode_if.h 9SRCS+= opt_carp.h opt_bpf.h opt_inet.h opt_inet6.h opt_ofed.h 10 11.include <bsd.kmod.mk> 12