20 lines
370 B
Makefile
20 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.6 2009/04/07 13:52:07 apb Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/util
|
|
|
|
SUBDIR= awk bzip2 config cut df grep id m4 make mtree ps sdiff sh
|
|
|
|
TESTS_SH= t_basename
|
|
TESTS_SH+= t_cp
|
|
TESTS_SH+= t_dd
|
|
TESTS_SH+= t_dirname
|
|
TESTS_SH+= t_expr
|
|
TESTS_SH+= t_gzip
|
|
TESTS_SH+= t_pax
|
|
TESTS_SH+= t_tar
|
|
|
|
.include <bsd.test.mk>
|
|
.include <bsd.subdir.mk>
|