head	1.6;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.8.1
	RELENG_2_1_6_1_RELEASE:1.1.8.1
	RELENG_2_1_6_RELEASE:1.1.8.1
	CVS_1_6_3_END:1.5
	RELENG_2_1_5_RELEASE:1.1.8.1
	before_cvs_1_6:1.2
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.8
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.6
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1
	jt_spdup:1.1.0.4
	b4_spdup:1.1
	RELEASE_2_0:1.1
	BETA_2_0:1.1
	ALPHA_2_0:1.1.0.2;
locks; strict;
comment	@# @;


1.6
date	96.08.20.23.55.25;	author peter;	state dead;
branches;
next	1.5;

1.5
date	95.12.11.04.24.11;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	95.12.11.01.58.53;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	95.12.10.23.06.37;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	95.07.25.00.31.51;	author bde;	state Exp;
branches;
next	1.1;

1.1
date	94.10.22.04.51.39;	author nate;	state Exp;
branches
	1.1.8.1;
next	;

1.1.8.1
date	96.02.23.12.18.27;	author peter;	state Exp;
branches;
next	1.1.8.2;

1.1.8.2
date	99.09.05.11.10.56;	author peter;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to use the cvs-1.8.1 sources from src/contrib/cvs
@
text
@#	$Id: Makefile,v 1.5 1995/12/11 04:24:11 peter Exp peter $

MAN8=	cvsinit.8

EXAMPDIR=	/usr/share/examples/cvs
CLEANFILES+=	cvsinit ver

.SUFFIXES: .sh

all:	cvsinit

.sh:
	echo > ver \
	  cvs-`sed < ${.CURDIR}/../lib/version.c \
		    -e '/version_string/!d' \
		    -e 's/[^0-9.]*\([0-9.]*\).*/\1/' \
		    -e q`
	sed -e 's,xLIBDIRx,$(EXAMPDIR),g' \
	    -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@@.sh > $@@

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		cvsinit ${DESTDIR}${BINDIR}/cvsinit

.include "../../Makefile.inc"
.include <bsd.prog.mk>

@


1.5
log
@Whitespace cleanup, add forgotten file to CLEANFILES..
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.4 1995/12/11 01:58:53 peter Exp $
@


1.4
log
@Tweak the install targets so that the installs are done in the right place
relative to the SUBDIR recursion.. Otherwise, the results look really odd.
(basically changed a couple of afterinstall's to beforeinstall's)
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.3 1995/12/10 23:06:37 peter Exp $
d6 1
a6 1
CLEANFILES+=	cvsinit
@


1.3
log
@First round of the post-import cleanups...
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.2 1995/07/25 00:31:51 bde Exp $
d21 1
a21 1
afterinstall:
@


1.2
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
@
text
@d1 19
a19 1
#	$Id: Makefile,v 1.1 1994/10/22 04:51:39 nate Exp $
d23 1
a23 1
		${.CURDIR}/cvsinit.sh ${DESTDIR}${BINDIR}/cvsinit
d27 1
@


1.1
log
@Added cvsinit shell script as a runnable command.

Submitted by:	 CVS mailing list.
@
text
@d1 1
a1 1
#	$Id$
d4 1
a4 1
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
@


1.1.8.1
log
@Bring across cvs from -current (which is at about version 1.6.3).
This has remote repository access via "rsh".
(eg: $CVSROOT = freefall.freebsd.org:/home/ncvs)

This is not quite the latest version, but it's a "known quantity".

There were a few covert tagging operations done as well to bring some
new files onto the -stable branch, these do not show here.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1995/12/11 04:24:11 peter Exp $
d3 3
a5 21
MAN8=	cvsinit.8

EXAMPDIR=	/usr/share/examples/cvs
CLEANFILES+=	cvsinit ver

.SUFFIXES: .sh

all:	cvsinit

.sh:
	echo > ver \
	  cvs-`sed < ${.CURDIR}/../lib/version.c \
		    -e '/version_string/!d' \
		    -e 's/[^0-9.]*\([0-9.]*\).*/\1/' \
		    -e q`
	sed -e 's,xLIBDIRx,$(EXAMPDIR),g' \
	    -e "s,xVERSIONx,`cat ver`,g" ${.CURDIR}/$@@.sh > $@@

beforeinstall:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		cvsinit ${DESTDIR}${BINDIR}/cvsinit
a8 1

@


1.1.8.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@

