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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
tests
/
util
/
cut
/
Makefile
blob
896d200fcd8d01d0cb640419df958ad1a04b7419
1
# $NetBSD$
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
util
/
cut
8
9
TESTS_SH
=
t_cut
10
11
FILESDIR
= ${
TESTSDIR
}
12
FILES
=
d_basic.out
13
FILES
+=
d_cut.in
14
FILES
+=
d_dflag.out
15
FILES
+=
d_dsflag.out
16
FILES
+=
d_latin1.in
17
FILES
+=
d_sflag.out
18
FILES
+=
d_utf8.in
19
20
.
include
<
bsd.
test
.mk
>