From 678efe8db87c5c81fbb08cdaadedf318865c64af Mon Sep 17 00:00:00 2001 From: pk Date: Mon, 26 Jun 1995 21:59:39 +0000 Subject: Use `install -c'. --- fortune/datfiles/Makefile | 4 ++-- 1 file 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: -- cgit v1.2.3