Home | History | Annotate | Line # | Download | only in npf_ext_log
      1  1.2  rmind # $NetBSD: Makefile,v 1.2 2018/09/29 14:41:35 rmind Exp $
      2  1.1  rmind 
      3  1.1  rmind .include "../Makefile.inc"
      4  1.1  rmind 
      5  1.1  rmind .PATH:		${S}/net/npf
      6  1.1  rmind 
      7  1.1  rmind KMOD=		npf_ext_log
      8  1.1  rmind 
      9  1.1  rmind SRCS=		npf_ext_log.c
     10  1.1  rmind 
     11  1.2  rmind CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
     12  1.2  rmind 
     13  1.1  rmind .include <bsd.kmodule.mk>
     14