Follow-up r296709: Fix build32 not properly building all libraries.

Pointyhat to:	bdrewery
Reported by:	antoine
This commit is contained in:
Bryan Drewery 2016-03-12 18:41:27 +00:00
parent 353cae4976
commit 048ce0938e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=296737

View file

@ -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