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
/
netinet
/
Makefile
blob
6ef518fab7f38e74cda716b1156090824a8f5fc8
1
# $NetBSD: Makefile,v 1.1 2014/12/02 19:48:21 christos Exp $
2
#
3
WARNS?
=
6
4
.
include
<
bsd.own.mk
>
5
6
TESTSDIR
= ${
TESTSBASE
}/
sys
/
netinet
7
CPPFLAGS
+= -
I
${
NETBSDSRCDIR
}/
sys
-
D_TEST
8
9
TESTS_C
=
t_print
10
11
.
include
<
bsd.
test
.mk
>