Home | History | Annotate | Line # | Download | only in npf
Makefile revision 1.13
      1  1.13  rmind # $NetBSD: Makefile,v 1.13 2013/06/02 02:20:05 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
      8   1.1  rmind 
      9  1.12  rmind SRCS=		npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c
     10  1.11  rmind SRCS+=		npf_inet.c npf_instr.c npf_mbuf.c npf_nat.c
     11   1.9  rmind SRCS+=		npf_processor.c npf_ruleset.c npf_rproc.c npf_sendpkt.c
     12  1.10  rmind SRCS+=		npf_session.c npf_state.c npf_state_tcp.c
     13  1.13  rmind SRCS+=		npf_tableset.c npf_tableset_ptree.c npf_worker.c
     14   1.1  rmind 
     15   1.6   tron CPPFLAGS+=	-DINET6
     16   1.6   tron 
     17   1.1  rmind .include <bsd.kmodule.mk>
     18