aboutsummaryrefslogtreecommitdiff
path: root/Makefile.libcompat
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-07-30 14:28:00 +0000
committerEd Maste <emaste@FreeBSD.org>2018-07-30 14:28:00 +0000
commitad91146c666d43473631c5155bdb598b322f2f94 (patch)
tree82c80107a44e26249e071ab3b5bae66bed9b7fba /Makefile.libcompat
parentcd2106eaeae07920decf8d9535bac49bbd816f7b (diff)
downloadsrc-ad91146c666d43473631c5155bdb598b322f2f94.tar.gz
src-ad91146c666d43473631c5155bdb598b322f2f94.zip
Makefile.libcompat: use one variable assignment per line
This makes it easier to carry or merge patches that remove gnu/ components.
Notes
Notes: svn path=/head/; revision=336907
Diffstat (limited to 'Makefile.libcompat')
-rw-r--r--Makefile.libcompat3
1 files changed, 2 insertions, 1 deletions
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