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