193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
138 B
Makefile
9 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet
|
|
|
|
KMOD= ipdivert
|
|
SRCS= ip_divert.c opt_inet.h opt_inet6.h opt_sctp.h
|
|
|
|
.include <bsd.kmod.mk>
|