Skip to content

Commit

Permalink
Build lib32 libl. The library is built from usr.bin/lex/lib. It would be
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TijlCoosemans committed Jun 29, 2019
1 parent 7c3703a commit 89ebdc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.libcompat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89ebdc9

Please sign in to comment.