xref: /minix3/tests/usr.bin/shmif_dumpbus/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc#	$NetBSD: Makefile,v 1.3 2011/03/11 10:35:29 pooka Exp $
2*11be35a1SLionel Sambuc#
3*11be35a1SLionel Sambuc
4*11be35a1SLionel Sambuc.include <bsd.own.mk>
5*11be35a1SLionel Sambuc
6*11be35a1SLionel SambucTESTSDIR=	${TESTSBASE}/usr.bin/shmif_dumpbus
7*11be35a1SLionel SambucFILESDIR=	${TESTSDIR}
8*11be35a1SLionel Sambuc
9*11be35a1SLionel SambucTESTS_SH=	t_basic
10*11be35a1SLionel Sambuc
11*11be35a1SLionel SambucFILES+=		d_pcap.out.bz2.uue d_pkthdrs.out.bz2.uue shmbus.bz2.uue
12*11be35a1SLionel Sambuc
13*11be35a1SLionel Sambuc.include <bsd.test.mk>
14