Home | History | Annotate | Line # | Download | only in npf
Makefile revision 1.15
      1  1.15  rmind # $NetBSD: Makefile,v 1.15 2013/09/19 01:49:07 rmind Exp $
      2  1.15  rmind #
      3  1.15  rmind # Public Domain.
      4  1.15  rmind #
      5   1.1  rmind 
      6   1.1  rmind .include "../Makefile.inc"
      7   1.1  rmind 
      8   1.1  rmind .PATH:		${S}/net/npf
      9   1.1  rmind 
     10   1.1  rmind KMOD=		npf
     11   1.1  rmind 
     12  1.15  rmind SRCS=		npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c npf_bpf.c
     13  1.15  rmind SRCS+=		npf_inet.c npf_mbuf.c npf_nat.c npf_ruleset.c npf_rproc.c
     14  1.15  rmind SRCS+=		npf_sendpkt.c npf_session.c npf_state.c npf_state_tcp.c
     15  1.13  rmind SRCS+=		npf_tableset.c npf_tableset_ptree.c npf_worker.c
     16   1.1  rmind 
     17   1.6   tron CPPFLAGS+=	-DINET6
     18   1.6   tron 
     19   1.1  rmind .include <bsd.kmodule.mk>
     20