]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/carp/Makefile
MFV: r367652
[FreeBSD/FreeBSD.git] / sys / modules / carp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/netinet
4 .PATH: ${SRCTOP}/sys/crypto
5
6 KMOD=   carp
7 SRCS=   ip_carp.c sha1.c
8 SRCS+=  device_if.h bus_if.h vnode_if.h
9 SRCS+=  opt_carp.h opt_bpf.h opt_inet.h opt_inet6.h opt_ofed.h
10
11 .include <bsd.kmod.mk>