diff options
author | 1996-12-08 15:17:19 +0000 | |
---|---|---|
committer | 1996-12-08 15:17:19 +0000 | |
commit | faca1c99b218513d973bd10773f61dd879f0ece5 (patch) | |
tree | 7079b34488f1b466bbf9dabc90c8e7bb89525068 /lib/libcom_err | |
parent | Merge to NetBSD 961207 (diff) | |
download | wireguard-openbsd-faca1c99b218513d973bd10773f61dd879f0ece5.tar.xz wireguard-openbsd-faca1c99b218513d973bd10773f61dd879f0ece5.zip |
install -> ${INSTALL}, -c -> ${COPY}
Diffstat (limited to 'lib/libcom_err')
-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> |