NetBSD/sys/modules/bpf/Makefile
pgoyette 532241d269 Create separate modules for i2c_bitbang and bpf_filter so these files
can be included in kernels which need them without also duplicating
them in other modules.  Removes the duplicate symbols I found which
prevented loading i2c and bpf modules after having fixed PR 45125.
2016-06-07 01:06:27 +00:00

12 lines
158 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/06/07 01:06:27 pgoyette Exp $
#
.include "../Makefile.inc"
.PATH: ${S}/net
KMOD= bpf
SRCS= bpf.c
.include <bsd.kmodule.mk>