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
/
awk
/
Makefile
blob
f6287a048f8848fe098cfecb45d8db19cd61e9a8
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
util
/
awk
8
9
TESTS_SH
=
t_awk
10
11
FILESDIR
= ${
TESTSDIR
}
12
FILES
=
d_big_regexp.awk
13
FILES
+=
d_big_regexp.in
14
FILES
+=
d_big_regexp.out
15
FILES
+=
d_end1.awk
16
FILES
+=
d_end1.in
17
FILES
+=
d_end1.out
18
FILES
+=
d_end2.awk
19
FILES
+=
d_end2.in
20
FILES
+=
d_end2.out
21
FILES
+=
d_string1.awk
22
FILES
+=
d_string1.out
23
FILES
+=
d_tolower.awk
24
FILES
+=
d_tolower.in
25
FILES
+=
d_tolower.out
26
FILES
+=
d_toupper.awk
27
FILES
+=
d_toupper.in
28
FILES
+=
d_toupper.out
29
30
.
include
<
bsd.
test
.mk
>