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