mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 03:49:02 +00:00
The "INCDIR" required by the new header installation code in bsd.lib.mk
was not set correctly. Ok'ed by: JKH
This commit is contained in:
parent
d9d67bbaf8
commit
d40db6b279
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56911
@ -18,6 +18,8 @@ INSTALLED_HEADERS= readline.h chardefs.h keymaps.h history.h tilde.h \
|
||||
DPADD+= $(LIBTERMCAP)
|
||||
LDADD+= -ltermcap
|
||||
|
||||
INCDIR= /usr/include/readline
|
||||
|
||||
.for hdr in ${INSTALLED_HEADERS}
|
||||
INCS+= ${SRCDIR}/${hdr}
|
||||
.endfor
|
||||
|
Loading…
Reference in New Issue
Block a user