summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-03-21 11:00:54 +0000
committerru <ru@FreeBSD.org>2006-03-21 11:00:54 +0000
commit637342fe1a5110920f606bce132c0a1a519f46f2 (patch)
tree24e1e21974b5f9eb6c75e474e100d44ee84aaa6d /usr.bin/Makefile
parent4427f4be3f7628a3806f6ffe735787c040e52cb9 (diff)
downloadFreeBSD-src-637342fe1a5110920f606bce132c0a1a519f46f2.zip
FreeBSD-src-637342fe1a5110920f606bce132c0a1a519f46f2.tar.gz
Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending
on platform.
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 7b5b5a9..651e897 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -262,8 +262,14 @@ _calendar= calendar
.if ${MK_OPENSSL} != "no"
_chkey= chkey
_newkey= newkey
+.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
+.if ${MK_LIBC_R} != "no"
_csup= csup
.endif
+.elif ${MK_LIBPTHREAD} != "no"
+_csup= csup
+.endif
+.endif
.if ${MK_HESIOD} != "no"
_hesinfo= hesinfo
OpenPOWER on IntegriCloud