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
Remove building with NOCRYPTO option
[minix.git]
/
tests
/
bin
/
cat
/
Makefile
blob
52ce91febcb7d073e932e8eb73dde16704e9ba4c
1
# $NetBSD: Makefile,v 1.1 2012/03/27 08:16:33 jruoho Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
bin
/
cat
6
TESTS_SH
=
t_cat
7
8
FILESDIR
= ${
TESTSDIR
}
9
FILES
+=
d_align.in
10
FILES
+=
d_align.out
11
12
.
include
<
bsd.
test
.mk
>