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