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
/
kernel
/
tty
/
Makefile
blob
696141bb82d61e8f4205c02ba819d9af7274ef67
1
# $NetBSD: Makefile,v 1.2 2014/06/10 04:28:39 he Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
TESTSDIR
= ${
TESTSBASE
}/
kernel
/
tty
6
7
TESTS_C
=
t_pr
8
9
LDADD
+= -
lrumpkern_tty
-
lrumpvfs
-
lrump
-
lrumpuser
10
LDADD
+= -
lrump
11
LDADD
+= -
lpthread
12
13
.
include
<
bsd.
test
.mk
>