64db83a8ab
encoding the relative path.
11 lines
190 B
Makefile
11 lines
190 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 <bsd.kmod.mk>
|