oops, install termcap.h from ${.CURDIR}, not the obj dir.

Pointed out by: asami
This commit is contained in:
peter 1996-08-30 16:38:45 +00:00
parent 5819170b8c
commit 5053ea7fe5

View File

@ -20,7 +20,7 @@ LINKS+= ${LIBDIR}/libtermcap_p.a ${LIBDIR}/libtermlib_p.a
.endif
beforeinstall:
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 termcap.h \
${DESTDIR}/usr/include
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/termcap.h \
${DESTDIR}/usr/include
.include <bsd.lib.mk>