summaryrefslogtreecommitdiffstats
path: root/share/examples/Makefile
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-01-01 05:04:34 +0000
committerbde <bde@FreeBSD.org>1997-01-01 05:04:34 +0000
commitdf0e60daaf4bcd03179f50f29e11d8b293d933b9 (patch)
treeee8fa741b9912caaad3170d4d5f3ee31621577ce /share/examples/Makefile
parented911d0bba07fa95b7a64988e035425d0a07e7d9 (diff)
downloadFreeBSD-src-df0e60daaf4bcd03179f50f29e11d8b293d933b9.zip
FreeBSD-src-df0e60daaf4bcd03179f50f29e11d8b293d933b9.tar.gz
Use -C instead of -c for installing non-header source files.
Diffstat (limited to 'share/examples/Makefile')
-rw-r--r--share/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/Makefile b/share/examples/Makefile
index 1e1062a..5d36bea 100644
--- a/share/examples/Makefile
+++ b/share/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.19 1996/01/21 17:57:25 bde Exp $
+# $Id: Makefile,v 1.20 1996/09/06 06:30:57 jkh Exp $
#
# Doing a make install builds /usr/share/examples
@@ -21,7 +21,7 @@ beforeinstall: ${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} -c -o ${BINOWN} -g ${BINGRP} -m 644 ${file} ${DDIR}/${file}
.endfor
.endfor
OpenPOWER on IntegriCloud