diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:22:36 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-12-08 15:22:36 +0000 |
commit | 4a7f6335f83e2f8234f181101043a8d369546b00 (patch) | |
tree | 39504325212fe4c666e815aa7ba2f0810e7d9a7b /lib/libcom_err/Makefile | |
parent | 5275bb48665b4e748c48fc5a5a804ae0549f0e4a (diff) |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'lib/libcom_err/Makefile')
-rw-r--r-- | lib/libcom_err/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcom_err/Makefile b/lib/libcom_err/Makefile index 1dc2e96be56..2625f59a631 100644 --- a/lib/libcom_err/Makefile +++ b/lib/libcom_err/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1996/11/11 04:55:02 downsj Exp $ +# $OpenBSD: Makefile,v 1.2 1996/12/08 15:22:25 downsj Exp $ LIB= com_err SRCS= com_err.c error_message.c et_name.c init_et.c @@ -8,7 +8,7 @@ MAN= com_err.3 includes: -cd ${.CURDIR}; cmp -s com_err.h ${DESTDIR}/usr/include/com_err.h > \ /dev/null 2>&1 || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \ + ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 com_err.h \ ${DESTDIR}/usr/include/com_err.h .include <bsd.lib.mk> |