From 4a7f6335f83e2f8234f181101043a8d369546b00 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Sun, 8 Dec 1996 15:22:36 +0000 Subject: install -> ${INSTALL}, -c -> ${COPY} --- lib/libocurses/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libocurses/Makefile') diff --git a/lib/libocurses/Makefile b/lib/libocurses/Makefile index 46ac540346b..0639a5b3584 100644 --- a/lib/libocurses/Makefile +++ b/lib/libocurses/Makefile @@ -14,7 +14,7 @@ MAN= ocurses.3 includes: -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ocurses.h > \ /dev/null 2>&1 || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ ${DESTDIR}/usr/include/ocurses.h .if make(install) -- cgit v1.2.3