Cross Reference: Makefile
xref: /src/usr.sbin/npf/npftest/libnpftest/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/npf/npftest/libnpftest/
Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2012/08/12 03:35:14 rmind Exp $
2#
3# Public Domain
4#
5
6RUMPTOP=	${.CURDIR}/../../../../sys/rump
7
8LIB=		npftest
9LIBISPRIVATE=	yes
10
11SRCS+=		npf_test_subr.c
12SRCS+=		npf_mbuf_subr.c
13
14SRCS+=		npf_nbuf_test.c
15SRCS+=		npf_processor_test.c
16SRCS+=		npf_table_test.c
17SRCS+=		npf_state_test.c
18SRCS+=		npf_rule_test.c
19SRCS+=		npf_nat_test.c
20
21CPPFLAGS+=	-D_NPF_TESTING
22CPPFLAGS+=	-I${.CURDIR}/../../../../sys/net/npf
23CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
24
25WARNS=		4
26
27.include "${RUMPTOP}/Makefile.rump"
28.include <bsd.lib.mk>
29.include <bsd.klinks.mk>
30

Indexes created Tue Dec 30 09:09:31 GMT 2025