mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
10 lines
211 B
Makefile
10 lines
211 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
|
|
|
|
KMOD= ng_bpf
|
|
SRCS= ng_bpf.c bpf_filter.c
|
|
MAN4= ng_bpf.4
|
|
|
|
.PATH: ${.CURDIR}/../../../net
|
|
|
|
.include "${.CURDIR}/../../../conf/kmod.mk"
|