Home | History | Annotate | Line # | Download | only in libnpftest
Makefile revision 1.9
      1  1.4  rmind # $NetBSD: Makefile,v 1.9 2018/09/29 14:41:36 rmind Exp $
      2  1.1  rmind #
      3  1.1  rmind # Public Domain
      4  1.1  rmind #
      5  1.1  rmind 
      6  1.1  rmind RUMPTOP=	${.CURDIR}/../../../../sys/rump
      7  1.1  rmind 
      8  1.1  rmind LIB=		npftest
      9  1.1  rmind LIBISPRIVATE=	yes
     10  1.1  rmind 
     11  1.2  rmind SRCS+=		npf_test_subr.c
     12  1.1  rmind SRCS+=		npf_mbuf_subr.c
     13  1.1  rmind 
     14  1.1  rmind SRCS+=		npf_nbuf_test.c
     15  1.5  rmind SRCS+=		npf_bpf_test.c
     16  1.1  rmind SRCS+=		npf_table_test.c
     17  1.3  rmind SRCS+=		npf_state_test.c
     18  1.4  rmind SRCS+=		npf_rule_test.c
     19  1.4  rmind SRCS+=		npf_nat_test.c
     20  1.1  rmind 
     21  1.7  rmind SRCS+=		npf_perf_test.c
     22  1.7  rmind 
     23  1.2  rmind CPPFLAGS+=	-D_NPF_TESTING
     24  1.1  rmind CPPFLAGS+=	-I${.CURDIR}/../../../../sys/net/npf
     25  1.1  rmind CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
     26  1.1  rmind 
     27  1.9  rmind CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
     28  1.9  rmind 
     29  1.8  rmind WARNS=		5
     30  1.1  rmind 
     31  1.1  rmind .include "${RUMPTOP}/Makefile.rump"
     32  1.1  rmind .include <bsd.lib.mk>
     33  1.1  rmind .include <bsd.klinks.mk>
     34