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
/
net
/
sys
/
Makefile
blob
51bfff770a791add9bfb98055427cb7d282a1b30
1
# $NetBSD: Makefile,v 1.5 2011/11/05 18:19:02 jruoho Exp $
2
3
# NOTE: please add all syscall-tests to tests/lib/libc/sys.
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
net
/
sys
8
9
TESTS_C
+=
t_rfc6056
10
11
.
include
<
bsd.
test
.mk
>