diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-29 17:01:56 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2019-06-29 17:01:56 +0000 |
| commit | 89ebdc94547ec4c790b6cbaa9c48b9332e725994 (patch) | |
| tree | 4a92796a7bab25e3b29883d36b10fb131f76bc9b /Makefile.libcompat | |
| parent | 7c3703a69466c7088a0900e2ee643e59b59ae846 (diff) | |
Build lib32 libl. The library is built from usr.bin/lex/lib. It would be
better to move this directory to lib/libl, but this requires more extensive
changes to Makefile.inc1. This simple fix can be MFCed quickly.
PR: 238874
Reviewed by: imp
MFC after: 3 days
Notes
Notes:
svn path=/head/; revision=349548
Diffstat (limited to 'Makefile.libcompat')
| -rw-r--r-- | Makefile.libcompat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.libcompat b/Makefile.libcompat index d66d4ee6f39f..f2da3bd06587 100644 --- a/Makefile.libcompat +++ b/Makefile.libcompat @@ -136,6 +136,7 @@ LIBCOMPATIMAKE+= ${LIBCOMPATWMAKE:NINSTALL=*:NDESTDIR=*} \ _LC_LIBDIRS.yes= lib _LC_LIBDIRS.yes+= gnu/lib +_LC_LIBDIRS.yes+= usr.bin/lex/lib _LC_LIBDIRS.${MK_CDDL:tl}+= cddl/lib _LC_LIBDIRS.${MK_CRYPT:tl}+= secure/lib _LC_LIBDIRS.${MK_KERBEROS:tl}+= kerberos5/lib |
