Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2012/09/16 13:47:42 rmind Exp $
2
3.include "../Makefile.inc"
4
5.PATH:		${S}/net/npf
6
7KMOD=		npf_ext_log
8
9SRCS=		npf_ext_log.c
10
11.include <bsd.kmodule.mk>
12