diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2018-07-30 14:42:59 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2018-07-30 14:42:59 +0000 |
| commit | 0d84986542c3289325f1fb6017b76dfcdaa92f3d (patch) | |
| tree | 4c15a9556bb590ca0e3e247541e0ee72ae68f708 /Makefile.libcompat | |
| parent | ad91146c666d43473631c5155bdb598b322f2f94 (diff) | |
Notes
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index f3186ee4c79f..d038e4f42162 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -130,7 +130,7 @@ LIBCOMPATIMAKE+= ${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=*} \ -DLIBRARIES_ONLY _LC_LIBDIRS.yes= lib -_LC_LIBDIRS.yes= gnu/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 |
