summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
committerbde <bde@FreeBSD.org>1995-07-25 00:37:58 +0000
commitf5284ed86d0500b99cc17d456bcee60b5ab265a5 (patch)
tree67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/usr.bin/cvs
parent4325752c55741edf77fb2f1d08e1c059a8a3c225 (diff)
downloadFreeBSD-src-f5284ed86d0500b99cc17d456bcee60b5ab265a5.zip
FreeBSD-src-f5284ed86d0500b99cc17d456bcee60b5ab265a5.tar.gz
Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
Diffstat (limited to 'gnu/usr.bin/cvs')
-rw-r--r--gnu/usr.bin/cvs/cvsinit/Makefile4
-rw-r--r--gnu/usr.bin/cvs/examples/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cvs/cvsinit/Makefile b/gnu/usr.bin/cvs/cvsinit/Makefile
index da498fc..870fb77 100644
--- a/gnu/usr.bin/cvs/cvsinit/Makefile
+++ b/gnu/usr.bin/cvs/cvsinit/Makefile
@@ -1,7 +1,7 @@
-# $Id$
+# $Id: Makefile,v 1.1 1994/10/22 04:51:39 nate Exp $
afterinstall:
- install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/cvsinit.sh ${DESTDIR}${BINDIR}/cvsinit
.include "../../Makefile.inc"
diff --git a/gnu/usr.bin/cvs/examples/Makefile b/gnu/usr.bin/cvs/examples/Makefile
index edb1cdc..dbc997e 100644
--- a/gnu/usr.bin/cvs/examples/Makefile
+++ b/gnu/usr.bin/cvs/examples/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
+# $Id: Makefile,v 1.1 1995/04/08 17:50:48 nate Exp $
CVSFILES= commitinfo loginfo rcsinfo editinfo modules
@@ -11,7 +11,7 @@ all clean:
install:
cd ${.CURDIR}; \
- install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
+ ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
${DESTDIR}${EXAMPDIR}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud