xref: /minix3/tests/bin/ps/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1#	$NetBSD: Makefile,v 1.1 2012/03/17 16:33:11 jruoho Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/bin/ps
6
7TESTS_SH=	t_ps
8
9FILESDIR=	${TESTSDIR}
10FILES=		keywords
11
12.include <bsd.test.mk>
13