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]
/
external
/
bsd
/
libevent
/
lib
/
Makefile
blob
2dfd531be7307263d55549d4e1d11dd1089a9282
1
# $NetBSD: Makefile,v 1.3 2013/09/11 23:04:10 joerg Exp $
2
.
include
<
bsd.own.mk
>
3
4
SUBDIR
=
libevent .WAIT
5
.if
${
MKCRYPTO
} !=
"no"
6
SUBDIR
+=
libevent_openssl
7
.
endif
8
# MINIX3: insufficient pthreads support in the base system for now
9
#SUBDIR+= libevent_pthreads
10
11
.
include
<
bsd.subdir.mk
>