summaryrefslogtreecommitdiff
path: root/lib/libocurses/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:22:36 +0000
committerJason Downs <downsj@cvs.openbsd.org>1996-12-08 15:22:36 +0000
commit4a7f6335f83e2f8234f181101043a8d369546b00 (patch)
tree39504325212fe4c666e815aa7ba2f0810e7d9a7b /lib/libocurses/Makefile
parent5275bb48665b4e748c48fc5a5a804ae0549f0e4a (diff)
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'lib/libocurses/Makefile')
-rw-r--r--lib/libocurses/Makefile2
1 files changed, 1 insertions, 1 deletions
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)