From f5284ed86d0500b99cc17d456bcee60b5ab265a5 Mon Sep 17 00:00:00 2001 From: bde Date: Tue, 25 Jul 1995 00:37:58 +0000 Subject: Change `install' to `${INSTALL}' so that default install flags can be specified in the top level Makefiles. --- share/termcap/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/termcap/Makefile') diff --git a/share/termcap/Makefile b/share/termcap/Makefile index a6cf922..b45670e 100644 --- a/share/termcap/Makefile +++ b/share/termcap/Makefile @@ -17,11 +17,11 @@ termcap.db: termcap cap_mkdb termcap beforeinstall: - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap \ ${DESTDIR}${BINDIR}/misc - install ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 termcap.db \ ${DESTDIR}${BINDIR}/misc - install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \ ${DESTDIR}${BINDIR}/misc @rm -f ${DESTDIR}/etc/termcap ln -s ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap -- cgit v1.1