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
/
lib
/
libc
/
ttyio
/
Makefile
blob
25e03034a07344d24afcbb2f689c98af97aa18ec
1
# $NetBSD: Makefile,v 1.2 2011/01/13 03:19:57 pgoyette Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
lib
/
libc
/
ttyio
6
7
TESTS_C
+=
t_ptm
8
TESTS_C
+=
t_ttyio
9
10
LDADD.t_ttyio
+= -
lutil
11
12
.
include
<
bsd.
test
.mk
>