Home | History | Annotate | Line # | Download | only in npf
Makefile revision 1.23
      1  1.23       rin # $NetBSD: Makefile,v 1.23 2019/02/17 04:05:55 rin 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.22     rmind .PATH:		${S}/net/npf ${S}/external/bsd/libnv/dist/
      9   1.1     rmind 
     10   1.1     rmind KMOD=		npf
     11  1.18  christos IOCONF=		npf.ioconf
     12  1.16     rmind SRCS=		npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c
     13  1.16     rmind SRCS+=		npf_bpf.c npf_if.c npf_inet.c npf_mbuf.c npf_nat.c
     14  1.17     rmind SRCS+=		npf_ruleset.c npf_conn.c npf_conndb.c npf_rproc.c
     15  1.16     rmind SRCS+=		npf_state.c npf_state_tcp.c npf_tableset.c
     16  1.21     rmind SRCS+=		lpm.c npf_sendpkt.c npf_worker.c npf_ifaddr.c npf_os.c
     17  1.22     rmind SRCS+=		nvlist.c nvpair.c nv_kern_netbsd.c dnvlist.c
     18   1.1     rmind 
     19   1.6      tron CPPFLAGS+=	-DINET6
     20  1.22     rmind CPPFLAGS+=	-I${S}/external/bsd/libnv/dist
     21   1.6      tron 
     22  1.23       rin WARNS=		3
     23  1.23       rin 
     24   1.1     rmind .include <bsd.kmodule.mk>
     25