aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-07-18 12:07:49 +0000
commit0b87f79976047c8f4332bbf7dc03146f6b0de79f (patch)
tree28835f40dbe3d76e3a6fda9aad6f0aecbec6f5b7 /share/examples
parent7f3c93b7de07382b10f6322cc10203ba493e2898 (diff)
Notes
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/Makefile2
-rw-r--r--share/examples/isdn/i4brunppp/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index d2cd800dd59a..c0044f4089ee 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -26,7 +26,7 @@ beforeinstall: etc-examples ${SHARED}
FILES!= find -L ${dir} \( -name CVS -prune \) -o -type f -print
.for file in ${FILES}
copies::
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
.endfor
.endfor
diff --git a/share/examples/isdn/i4brunppp/Makefile b/share/examples/isdn/i4brunppp/Makefile
index 80cde94d31e2..c530da6f95cf 100644
--- a/share/examples/isdn/i4brunppp/Makefile
+++ b/share/examples/isdn/i4brunppp/Makefile
@@ -13,7 +13,7 @@ install:
@echo user-ppp in dial-in server under i4b, please copy it into /etc/isdn.
installetc: i4brunppp
- ${INSTALL} -c -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
+ ${INSTALL} ${COPY} -m ${BINMODE} -o ${BINOWN} -g ${BINGRP} \
${.CURDIR}/i4brunppp ${RUNPPPDEST}
.include <bsd.prog.mk>