mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
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
174 B
Makefile
9 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>
|