mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
oops, install termcap.h from ${.CURDIR}, not the obj dir.
Pointed out by: asami
This commit is contained in:
parent
91eb961985
commit
7cf4460f12
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue