hastd without openssl
Alexandr Rybalko
ray at dlink.ua
Tue Feb 23 12:44:39 UTC 2010
Hi,
I make small patch for no build hastd without openssl.
Index: sbin/Makefile
===================================================================
--- sbin/Makefile (revision 204220)
+++ sbin/Makefile (working copy)
@@ -37,7 +37,7 @@ SUBDIR= adjkerntz \
growfs \
gvinum \
hastctl \
- hastd \
+ ${_hastd} \
ifconfig \
init \
${_ipf} \
@@ -121,6 +121,10 @@ _rtsol= rtsol
_bsdlabel= bsdlabel
.endif
+.if ${MK_OPENSSL} != "no"
+_hastd= hastd
+.endif
+
.if ${MK_QUOTAS} != "no"
_quotacheck= quotacheck
.endif
--
Alexandr Rybalko <ray at dlink.ua>
aka Alex RAY <ray at ddteam.net>
More information about the freebsd-hackers
mailing list