Home | History | Annotate | Line # | Download | only in libnpftest
      1  1.14    joe # $NetBSD: Makefile,v 1.14 2025/07/20 12:25:54 joe 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.11  rmind SRCS+=		npf_gc_test.c
     18   1.3  rmind SRCS+=		npf_state_test.c
     19   1.4  rmind SRCS+=		npf_rule_test.c
     20   1.4  rmind SRCS+=		npf_nat_test.c
     21  1.12    joe SRCS+=		npf_rid_test.c
     22  1.13    joe SRCS+=		npf_l2rule_test.c
     23  1.14    joe SRCS+=		npfl2onlytest.c
     24   1.1  rmind 
     25   1.7  rmind SRCS+=		npf_perf_test.c
     26   1.7  rmind 
     27   1.2  rmind CPPFLAGS+=	-D_NPF_TESTING
     28   1.1  rmind CPPFLAGS+=	-I${.CURDIR}/../../../../sys/net/npf
     29   1.1  rmind CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
     30   1.1  rmind 
     31   1.9  rmind CPPFLAGS+=	-I${NETBSDSRCDIR}/sys/external/bsd/libnv/dist
     32   1.9  rmind 
     33   1.8  rmind WARNS=		5
     34   1.1  rmind 
     35   1.1  rmind .include "${RUMPTOP}/Makefile.rump"
     36   1.1  rmind .include <bsd.lib.mk>
     37   1.1  rmind .include <bsd.klinks.mk>
     38