From ad91146c666d43473631c5155bdb598b322f2f94 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 30 Jul 2018 14:28:00 +0000 Subject: [PATCH] Makefile.libcompat: use one variable assignment per line This makes it easier to carry or merge patches that remove gnu/ components. --- Makefile.libcompat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.libcompat b/Makefile.libcompat index eb4a247aa096..f3186ee4c79f 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -129,7 +129,8 @@ LIBCOMPATIMAKE+= ${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=*} \ MK_TOOLCHAIN=no ${IMAKE_INSTALL} \ -DLIBRARIES_ONLY -_LC_LIBDIRS.yes= lib gnu/lib +_LC_LIBDIRS.yes= lib +_LC_LIBDIRS.yes= gnu/lib _LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib _LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib _LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib