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 <r...@dlink.ua> 
aka Alex RAY <r...@ddteam.net>
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to