17 lines
262 B
Makefile
17 lines
262 B
Makefile
# $NetBSD: Makefile,v 1.4 2007/12/31 15:32:14 ad Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/util
|
|
|
|
SUBDIR= df id ps sh
|
|
|
|
TESTS_SH= t_cp
|
|
TESTS_SH+= t_dd
|
|
TESTS_SH+= t_expr
|
|
TESTS_SH+= t_pax
|
|
TESTS_SH+= t_tar
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|