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
/
sys
/
net
/
Makefile
blob
f043cad5c209bdc35e05ec7c2c4322861e76bad2
1
# $NetBSD: Makefile,v 1.2 2014/12/03 08:14:26 ozaki-r Exp $
2
#
3
WARNS?
=
6
4
5
.
include
<
bsd.own.mk
>
6
7
TESTSDIR
= ${
TESTSBASE
}/
sys
/
net
8
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sys
-
D_TEST
9
10
TESTS_C
=
t_print
11
12
.
include
<
bsd.
test
.mk
>