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
213 B
Makefile
12 lines
213 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Author: Gleb Smirnoff <glebius@freebsd.org>
|
|
#
|
|
|
|
.PATH: ${SRCTOP}/sys/netgraph/netflow
|
|
|
|
KMOD= ng_netflow
|
|
SRCS= ng_netflow.c netflow.c netflow_v9.c opt_inet6.h opt_route.h
|
|
|
|
.include <bsd.kmod.mk>
|