repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
tests
/
util
/
Makefile
blob
273807ffa8224fc4797f4a2c8cada5c7154bab1b
1
# $NetBSD: Makefile,v 1.5 2009/02/13 05:19:51 jmmv Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
util
6
7
SUBDIR
=
awk bzip2 config cut df grep id m4 make mtree ps sdiff sh
8
9
TESTS_SH
=
t_basename
10
TESTS_SH
+=
t_cp
11
TESTS_SH
+=
t_dd
12
TESTS_SH
+=
t_dirname
13
TESTS_SH
+=
t_expr
14
TESTS_SH
+=
t_gzip
15
TESTS_SH
+=
t_pax
16
TESTS_SH
+=
t_tar
17
18
.
include
<
bsd.
test
.mk
>
19
.
include
<
bsd.subdir.mk
>