repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Drop main() prototype. Syncs with NetBSD-8
[minix.git]
/
tests
/
usr.bin
/
cut
/
Makefile
blob
e8e64ec6993d105df8a877645f2843f4396ff7cb
1
# $NetBSD: Makefile,v 1.1 2012/03/17 16:33:13 jruoho Exp $
2
3
NOMAN
=
# defined
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
usr.bin
/
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
>