summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cvs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/cvs/examples')
-rw-r--r--gnu/usr.bin/cvs/examples/Makefile4
1 files changed, 2 insertions, 2 deletions
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