histedit.h is now installed from include.

This commit is contained in:
Garrett Wollman 1994-08-04 20:47:46 +00:00
parent dba7a33ecc
commit 8401cb0d9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1840

View File

@ -49,10 +49,4 @@ editline.c: ${OSRCS}
test: libedit.a test.o
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap
beforeinstall:
-cd ${.CURDIR}; cmp -s histedit.h ${DESTDIR}/usr/include/histedit.h > \
/dev/null 2>&1 || \
install -c -o ${BINOWN} -g ${BINGRP} -m 444 histedit.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>