Cross Reference: Makefile
xref: /src/usr.sbin/npf/npftest/libnpftest/Makefile
  • Home
  • History
  • AnnotateAnnotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/usr.sbin/npf/npftest/libnpftest/
Makefile revision 1.1
11.1Srmind# $NetBSD: Makefile,v 1.1 2012/04/14 21:57:29 rmind Exp $
21.1Srmind#
31.1Srmind# Public Domain
41.1Srmind#
51.1Srmind
61.1SrmindRUMPTOP=	${.CURDIR}/../../../../sys/rump
71.1Srmind
81.1SrmindLIB=		npftest
91.1SrmindLIBISPRIVATE=	yes
101.1Srmind
111.1SrmindSRCS+=		npf_mbuf_subr.c
121.1Srmind
131.1SrmindSRCS+=		npf_nbuf_test.c
141.1SrmindSRCS+=		npf_processor_test.c
151.1SrmindSRCS+=		npf_table_test.c
161.1Srmind
171.1SrmindCPPFLAGS+=	-I${.CURDIR}/../../../../sys/net/npf
181.1SrmindCPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern
191.1Srmind
201.1SrmindWARNS=		4
211.1Srmind
221.1Srmind.include "${RUMPTOP}/Makefile.rump"
231.1Srmind.include <bsd.lib.mk>
241.1Srmind.include <bsd.klinks.mk>
25

Indexes created Wed Jan 14 12:09:31 GMT 2026