diff options
| author | pooka <pooka@NetBSD.org> | 2010-01-25 22:21:28 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2010-01-25 22:21:28 +0000 |
| commit | 27d2b45e99daf375559faa6a7fb458ef4da405ae (patch) | |
| tree | ff9262f3c7c21ff2d62211793083202ae3ad896b /sys/modules/bpf | |
| parent | b2bb0f38d563d410d08933876273fb09a79f4936 (diff) | |
add bpf kmod
Diffstat (limited to 'sys/modules/bpf')
| -rw-r--r-- | sys/modules/bpf/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/bpf/Makefile b/sys/modules/bpf/Makefile new file mode 100644 index 00000000000..742b6ae408e --- /dev/null +++ b/sys/modules/bpf/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2010/01/25 22:21:28 pooka Exp $ +# + +.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> |
