adapt to Haiku R1alpha4
This commit is contained in:
parent
2e5395c626
commit
90a8b0055f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: builtin.mk,v 1.37 2014/02/22 09:45:36 obache Exp $
|
||||
# $NetBSD: builtin.mk,v 1.38 2014/03/03 06:56:35 obache Exp $
|
||||
|
||||
BUILTIN_PKG:= openssl
|
||||
|
||||
|
@ -249,7 +249,7 @@ SSLDIR= ${PKG_SYSCONFDIR.openssl}
|
|||
. if ${OPSYS} == "NetBSD"
|
||||
SSLDIR= /etc/openssl
|
||||
. elif ${OPSYS} == "Haiku"
|
||||
SSLDIR= /boot/common/ssl
|
||||
SSLDIR= /boot/common/data/ssl
|
||||
. else
|
||||
SSLDIR= /etc/ssl # most likely place
|
||||
. endif
|
||||
|
|
Loading…
Reference in a new issue