summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-01 04:22:23 +0000
committerbde <bde@FreeBSD.org>1997-01-01 04:22:23 +0000
commit4fca167e0602e20eccf55195f777621c56f17789 (patch)
tree15985d72bf018a5d6d67483342b8ca6e6c60215b /usr.sbin
parent2443764d47cba998090b844a05668b0f701a13e6 (diff)
downloadFreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.zip
FreeBSD-src-4fca167e0602e20eccf55195f777621c56f17789.tar.gz
Use ${COPY} instead of -c for installing non-source files.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/named.reload/Makefile6
-rw-r--r--usr.sbin/named.restart/Makefile6
-rw-r--r--usr.sbin/ndc/Makefile4
-rw-r--r--usr.sbin/pcvt/fonts/Makefile3
-rw-r--r--usr.sbin/stallion/bootcode/Makefile5
5 files changed, 11 insertions, 13 deletions
diff --git a/usr.sbin/named.reload/Makefile b/usr.sbin/named.reload/Makefile
index ec98433..d5e516e 100644
--- a/usr.sbin/named.reload/Makefile
+++ b/usr.sbin/named.reload/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/08/29 21:47:33 peter Exp $
.include "${.CURDIR}/../named/Makefile.inc"
@@ -11,8 +11,8 @@ CLEANFILES+= named.reload
all: named.reload
realinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} named.reload \
- ${DESTDIR}${BINDIR}
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ named.reload ${DESTDIR}${BINDIR}
named.reload: named.reload.sh ${BIND_DIR}/Makefile
sed -e "s|%INDOT%|${INDOT}|" \
diff --git a/usr.sbin/named.restart/Makefile b/usr.sbin/named.restart/Makefile
index cf15a9f..3eac6f4 100644
--- a/usr.sbin/named.restart/Makefile
+++ b/usr.sbin/named.restart/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/08/29 21:48:19 peter Exp $
.include "${.CURDIR}/../named/Makefile.inc"
@@ -11,8 +11,8 @@ CLEANFILES+= named.restart
all: named.restart
realinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} named.restart \
- ${DESTDIR}${BINDIR}
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ named.restart ${DESTDIR}${BINDIR}
named.restart: named.restart.sh ${BIND_DIR}/Makefile
sed -e "s|%INDOT%|${INDOT}|" \
diff --git a/usr.sbin/ndc/Makefile b/usr.sbin/ndc/Makefile
index abb3e3d..9a95bd2 100644
--- a/usr.sbin/ndc/Makefile
+++ b/usr.sbin/ndc/Makefile
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile,v 1.1 1996/08/29 21:46:45 peter Exp $
.include "${.CURDIR}/../named/Makefile.inc"
@@ -11,7 +11,7 @@ CLEANFILES+= ndc
all: ndc
realinstall:
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ndc \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ndc \
${DESTDIR}${BINDIR}
ndc: ndc.sh ndcedit.awk ${BIND_DIR}/Makefile
diff --git a/usr.sbin/pcvt/fonts/Makefile b/usr.sbin/pcvt/fonts/Makefile
index 6dedcb5..9d9bf50 100644
--- a/usr.sbin/pcvt/fonts/Makefile
+++ b/usr.sbin/pcvt/fonts/Makefile
@@ -1,4 +1,3 @@
-
.if !exists(${.CURDIR}/../Makefile.inc)
error:
@echo
@@ -27,7 +26,7 @@ install: ${FONTS}
@if [ ! -d ${DESTDIR}${FONTDIR} ]; then mkdir ${DESTDIR}${FONTDIR};fi
@for i in ${FONTS}; do \
${ECHO} "installing font $$i into ${DESTDIR}${FONTDIR}"; \
- ${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
+ ${INSTALL} ${COPY} -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
$$i ${DESTDIR}${FONTDIR}; \
done
diff --git a/usr.sbin/stallion/bootcode/Makefile b/usr.sbin/stallion/bootcode/Makefile
index 35f3c8f..0c8d7af 100644
--- a/usr.sbin/stallion/bootcode/Makefile
+++ b/usr.sbin/stallion/bootcode/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.1 1996/05/04 08:02:10 peter Exp $
+# $Id: Makefile,v 1.2 1996/05/05 07:40:46 peter Exp $
FILES = 2681.sys cdk.sys
@@ -13,7 +13,7 @@ install:
@if [ ! -d ${DESTDIR}${BOOTDIR} ]; then mkdir ${DESTDIR}${BOOTDIR};fi
@for i in ${FILES}; do \
${ECHO} "installing $$i into ${DESTDIR}${BOOTDIR}"; \
- ${INSTALL} -c -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
+ ${INSTALL} ${COPY} -m ${LIBMODE} -o ${LIBOWN} -g ${LIBGRP} \
$$i ${DESTDIR}${BOOTDIR}; \
done
@@ -29,4 +29,3 @@ cdk.sys: ${.CURDIR}/cdk.sys.uu
2681.sys: ${.CURDIR}/2681.sys.uu
@rm -f $@
uudecode ${.CURDIR}/$@.uu
-
OpenPOWER on IntegriCloud