9900a2bb5e
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
230 B
Makefile
12 lines
230 B
Makefile
# $FreeBSD$
|
|
|
|
.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
|
|
|
|
.include <bsd.kmod.mk>
|