summaryrefslogtreecommitdiffstats
path: root/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1995-06-26 21:59:39 +0000
committerpk <pk@NetBSD.org>1995-06-26 21:59:39 +0000
commit678efe8db87c5c81fbb08cdaadedf318865c64af (patch)
treea161c6057809e2bacae43dede283b639d913dd22 /fortune/datfiles/Makefile
parente35c930e4666512fc59519f6d9bf73cba4ecfcbc (diff)
downloadbsdgames-darwin-678efe8db87c5c81fbb08cdaadedf318865c64af.tar.gz
bsdgames-darwin-678efe8db87c5c81fbb08cdaadedf318865c64af.tar.zst
bsdgames-darwin-678efe8db87c5c81fbb08cdaadedf318865c64af.zip
Use `install -c'.
Diffstat (limited to 'fortune/datfiles/Makefile')
-rw-r--r--fortune/datfiles/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fortune/datfiles/Makefile b/fortune/datfiles/Makefile
index 15775292..c293cdfd 100644
--- a/fortune/datfiles/Makefile
+++ b/fortune/datfiles/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1995/04/22 07:19:03 cgd Exp $
+# $NetBSD: Makefile,v 1.13 1995/06/26 21:59:39 pk Exp $
# @(#)Makefile 8.2 (Berkeley) 4/19/94
SRCS= fortunes fortunes2 startrek zippy
@@ -26,7 +26,7 @@ all: ${BLDS}
install: ${SRCS} ${BLDS}
(cd ${.CURDIR} && install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
${SRCS} ${DESTDIR}/usr/share/games/fortune)
- install -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
+ install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${BLDS} \
${DESTDIR}/usr/share/games/fortune
fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat: