NetBSD/sys/modules/bpf/Makefile

14 lines
260 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.4 2012/09/27 18:28:56 alnsn Exp $
2010-01-26 01:21:28 +03:00
#
.include "../Makefile.inc"
.PATH: ${S}/net
KMOD= bpf
# XXX: bpf_filter.c maybe needs to be its own module (or made
# inseparable from bpfilter?)
SRCS= bpf.c bpf_filter.c
.include <bsd.kmodule.mk>