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