summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-12-24 12:16:38 +0000
committermarius <marius@FreeBSD.org>2011-12-24 12:16:38 +0000
commitce155038ce14cb96cb781b87d2d6dc0d94312a4a (patch)
treede57cae74fdf334ad26cc7d8113c58c114a2fc6d /usr.bin/Makefile
parent1c0bb02c84b89eb2f680e27b37e58dd05abc23c1 (diff)
downloadFreeBSD-src-ce155038ce14cb96cb781b87d2d6dc0d94312a4a.zip
FreeBSD-src-ce155038ce14cb96cb781b87d2d6dc0d94312a4a.tar.gz
On FreeBSD just use the MD5 implementation of libmd rather than that of
libcrypto so we don't need to relinquish csup when world is built without OpenSSL.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 87e8cad..d978eba 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -250,10 +250,11 @@ SUBDIR+= bc
SUBDIR+= chkey
SUBDIR+= dc
SUBDIR+= newkey
+.endif
+
.if ${MK_LIBTHR} != "no"
SUBDIR+= csup
.endif
-.endif
.if ${MK_LOCATE} != "no"
SUBDIR+= locate
OpenPOWER on IntegriCloud