Home | History | Annotate | Line # | Download | only in libnpftest
Makefile revision 1.3
      1  1.3  rmind # $NetBSD: Makefile,v 1.3 2012/06/04 00:28:34 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.1  rmind SRCS+=		npf_processor_test.c
     16  1.1  rmind SRCS+=		npf_table_test.c
     17  1.3  rmind SRCS+=		npf_state_test.c
     18  1.1  rmind 
     19  1.2  rmind CPPFLAGS+=	-D_NPF_TESTING
     20  1.1  rmind CPPFLAGS+=	-I${.CURDIR}/../../../../sys/net/npf
     21  1.1  rmind CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
     22  1.1  rmind 
     23  1.1  rmind WARNS=		4
     24  1.1  rmind 
     25  1.1  rmind .include "${RUMPTOP}/Makefile.rump"
     26  1.1  rmind .include <bsd.lib.mk>
     27  1.1  rmind .include <bsd.klinks.mk>
     28