xref: /netbsd-src/tests/bin/ps/Makefile (revision 28604916d4405d94c855cf455ac3ac6fee06a908)
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