summaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2016-03-12 18:41:27 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2016-03-12 18:41:27 +0000
commit048ce0938ed0c1e639fd0331d7ff42ef3326e460 (patch)
tree511970c01ab44cff4a8839a3211ab6fd826990c6 /Makefile.libcompat
parent353cae49761603fcc4c3a48a9237847b75bd1bca (diff)
downloadsrc-test-048ce0938ed0c1e639fd0331d7ff42ef3326e460.tar.gz
src-test-048ce0938ed0c1e639fd0331d7ff42ef3326e460.zip
Follow-up r296709: Fix build32 not properly building all libraries.
Pointyhat to: bdrewery Reported by: antoine
Notes
Notes: svn path=/head/; revision=296737
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat
index 8a1fbec9f207e..32075fe0f4352 100644
--- a/Makefile.libcompat
+++ b/Makefile.libcompat
@@ -85,9 +85,9 @@ LIBCOMPATCFLAGS+= --sysroot=${WORLDTMP}
.endif
_LC_LIBDIRS.yes= lib gnu/lib
-_LC_LIBDIRS.${MK_CDDL:tl}= cddl/lib
-_LC_LIBDIRS.${MK_CRYPT:tl}= secure/lib
-_LC_LIBDIRS.${MK_KERBEROS:tl}= kerberos5/lib
+_LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib
+_LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib
+_LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib
# Shared logic
build${libcompat}: .PHONY