From a8adf98c8204f370670e5624e9e11b497b7c97e8 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 29 Jul 2002 09:40:17 +0000 Subject: Drop support for COPY, -c has been the default mode of install(1) for a long time now. Approved by: bde --- share/syscons/fonts/Makefile | 2 +- share/syscons/keymaps/Makefile | 2 +- share/syscons/scrnmaps/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'share/syscons') diff --git a/share/syscons/fonts/Makefile b/share/syscons/fonts/Makefile index 0680c32..774b0f5 100644 --- a/share/syscons/fonts/Makefile +++ b/share/syscons/fonts/Makefile @@ -33,7 +33,7 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${FONTS} \ ${DESTDIR}${FONTDIR} .include diff --git a/share/syscons/keymaps/Makefile b/share/syscons/keymaps/Makefile index c5f98fc..1268499 100644 --- a/share/syscons/keymaps/Makefile +++ b/share/syscons/keymaps/Makefile @@ -44,7 +44,7 @@ NOMAN = noman NOOBJ = noobj install: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${KEYMAPS} \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} ${KEYMAPS} \ ${DESTDIR}${MAPSDIR} .include diff --git a/share/syscons/scrnmaps/Makefile b/share/syscons/scrnmaps/Makefile index 4a49ccc..ef1d044 100644 --- a/share/syscons/scrnmaps/Makefile +++ b/share/syscons/scrnmaps/Makefile @@ -16,7 +16,7 @@ all: ${SCRMAPS} build-tools: ${SCRMAPS_MK} install: - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ + ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ ${SCRMAPS} ${DESTDIR}${SCRDIR} ${SCRMAPS}: ${.TARGET:R}.mk -- cgit v1.1