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
10 lines
174 B
Makefile
10 lines
174 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
|
|
|
|
.PATH: ${SRCTOP}/sys/net
|
|
|
|
KMOD= ng_bpf
|
|
SRCS= opt_bpf.h ng_bpf.c bpf_filter.c
|
|
|
|
.include <bsd.kmod.mk>
|