summaryrefslogtreecommitdiffstats
path: root/lib/libc/Makefile
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 /lib/libc/Makefile
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.
Diffstat (limited to 'lib/libc/Makefile')
-rw-r--r--lib/libc/Makefile2
1 files changed, 1 insertions, 1 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}
OpenPOWER on IntegriCloud