diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-07-30 14:28:00 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-07-30 14:28:00 +0000 |
| commit | ad91146c666d43473631c5155bdb598b322f2f94 (patch) | |
| tree | 82c80107a44e26249e071ab3b5bae66bed9b7fba /Makefile.libcompat | |
| parent | cd2106eaeae07920decf8d9535bac49bbd816f7b (diff) | |
Notes
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 3 |
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 |
