mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
9 lines
171 B
Makefile
9 lines
171 B
Makefile
# $FreeBSD$
|
|
# $Whistle: Makefile,v 1.1 1999/12/03 01:44:28 archie Exp $
|
|
|
|
.PATH: ${.CURDIR}/../../../net
|
|
|
|
KMOD= ng_bpf
|
|
SRCS= ng_bpf.c bpf_filter.c
|
|
|
|
.include <bsd.kmod.mk>
|