summaryrefslogtreecommitdiff
path: root/share/terminfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'share/terminfo/Makefile')
-rw-r--r--share/terminfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/terminfo/Makefile b/share/terminfo/Makefile
index 08c5122dee5..339bd2a332b 100644
--- a/share/terminfo/Makefile
+++ b/share/terminfo/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.1 1996/07/22 04:46:01 tholo Exp $
+# $OpenBSD: Makefile,v 1.2 1997/04/27 20:56:25 millert Exp $
#MAN= terminfo.5
@@ -13,7 +13,7 @@ terminfo.db: terminfo.src
info_mkdb -f terminfo ${.OBJDIR}/fixed
realinstall:
- install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 terminfo.db \
+ ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 terminfo.db \
${DESTDIR}${BINDIR}/misc/terminfo.db
.include <bsd.prog.mk>