Home | History | Annotate | Line # | Download | only in libnpftest
Makefile revision 1.8
      1  1.4  rmind # $NetBSD: Makefile,v 1.8 2013/11/16 01:41:43 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.8  rmind WARNS=		5
     28  1.1  rmind 
     29  1.1  rmind .include "${RUMPTOP}/Makefile.rump"
     30  1.1  rmind .include <bsd.lib.mk>
     31  1.1  rmind .include <bsd.klinks.mk>
     32