summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-06 12:41:07 +0000
committerbde <bde@FreeBSD.org>1995-08-06 12:41:07 +0000
commit93469a89048da9777b19d441d18e4ee926ed62dd (patch)
tree2ec7f74adb65e330d30c90888ade42e29c25f49f
parent1d5c50aac763e0bb5ae69fe9d75df1eacc291162 (diff)
downloadFreeBSD-src-93469a89048da9777b19d441d18e4ee926ed62dd.zip
FreeBSD-src-93469a89048da9777b19d441d18e4ee926ed62dd.tar.gz
Install non-source files with the optional flag ${COPY}, not with the flag -c.
-rw-r--r--lib/libc/Makefile2
-rw-r--r--lib/libss/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/Makefile b/lib/libc/Makefile
index a5ac9e5..bc77712 100644
--- a/lib/libc/Makefile
+++ b/lib/libc/Makefile
@@ -53,7 +53,7 @@ libkern.${MACHINE}:: ${KMSRCS}
.endif
#beforeinstall: tags
-# ${INSTALL} -c -o bin -g bin -m 444 tags /var/db/libc.tags
+# ${INSTALL} ${COPY} -o bin -g bin -m 444 tags /var/db/libc.tags
tags: ${SRCS}
ctags ${.ALLSRC:M*.c}
diff --git a/lib/libss/Makefile b/lib/libss/Makefile
index b6a5e70..3a97aaf 100644
--- a/lib/libss/Makefile
+++ b/lib/libss/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.8 1995/05/30 05:47:36 rgrimes Exp $
+# $Id: Makefile,v 1.9 1995/08/06 12:24:05 bde Exp $
LIB= ss
SRCS= ss_err.c data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \
@@ -34,7 +34,7 @@ beforeinstall:
-cd ${.OBJDIR}; \
if [ -f ss_err.h ]; then \
cmp -s ss_err.h ${DESTDIR}/usr/include/ss/ss_err.h || \
- ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ss_err.h \
+ ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 ss_err.h \
${DESTDIR}/usr/include/ss; \
else \
true; \
OpenPOWER on IntegriCloud