Home | History | Annotate | Line # | Download | only in libnpf
Makefile revision 1.6
      1  1.6  christos #	$NetBSD: Makefile,v 1.6 2013/03/12 21:12:47 christos Exp $
      2  1.1     rmind #
      3  1.1     rmind # Public Domain.
      4  1.1     rmind #
      5  1.1     rmind 
      6  1.1     rmind .PATH:	${.CURDIR}/../../../../net/npf
      7  1.1     rmind 
      8  1.1     rmind LIB=	rumpnet_npf
      9  1.1     rmind 
     10  1.4     rmind SRCS=	npf.c npf_alg.c npf_conf.c npf_ctl.c npf_handler.c
     11  1.2     rmind SRCS+=	npf_inet.c npf_instr.c npf_mbuf.c npf_nat.c
     12  1.1     rmind SRCS+=	npf_processor.c npf_ruleset.c npf_rproc.c npf_sendpkt.c
     13  1.1     rmind SRCS+=	npf_session.c npf_state.c npf_state_tcp.c
     14  1.1     rmind SRCS+=	npf_tableset.c npf_tableset_ptree.c
     15  1.5  christos SRCS+=	if_npflog.c
     16  1.1     rmind 
     17  1.2     rmind SRCS+=	npf_alg_icmp.c
     18  1.2     rmind 
     19  1.6  christos SRCS+=	npf_ext_log.c npf_ext_normalize.c npf_ext_rndblock.c
     20  1.2     rmind 
     21  1.1     rmind SRCS+=	component.c
     22  1.1     rmind 
     23  1.1     rmind CPPFLAGS+=	-D_NPF_TESTING
     24  1.1     rmind CPPFLAGS+=	-I${.CURDIR}/../../../librump/rumpvfs
     25  1.1     rmind 
     26  1.1     rmind .include <bsd.lib.mk>
     27  1.1     rmind .include <bsd.klinks.mk>
     28