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:
David E. O'Brien 2000-01-30 20:59:53 +00:00
parent d9d67bbaf8
commit d40db6b279
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56911

View file

@ -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