head	1.4;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.4.1
	RELENG_2_1_6_1_RELEASE:1.1.4.1
	RELENG_2_1_6_RELEASE:1.1.4.1
	CVS_1_6_3_END:1.3
	RELENG_2_1_5_RELEASE:1.1.4.1
	before_cvs_1_6:1.2
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.4
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.2
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1;
locks; strict;
comment	@# @;


1.4
date	96.08.20.23.55.52;	author peter;	state dead;
branches;
next	1.3;

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

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

1.1
date	95.04.08.17.50.48;	author nate;	state Exp;
branches
	1.1.4.1;
next	;

1.1.4.1
date	96.02.23.12.18.32;	author peter;	state Exp;
branches;
next	1.1.4.2;

1.1.4.2
date	99.09.05.11.10.57;	author peter;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to use the cvs-1.8.1 sources from src/contrib/cvs
@
text
@# $Id: Makefile,v 1.3 1995/12/10 23:07:36 peter Exp peter $

CVSFILES= checkoutlist commitinfo cvswrappers editinfo loginfo modules \
	  rcsinfo rcstemplate taginfo unwrap wrap

EXAMPDIR = /usr/share/examples/cvs

NOMAN = noman
NOOBJ = noobj

all clean:
	@@echo -n

install:
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
		${DESTDIR}${EXAMPDIR}/examples

.include <bsd.prog.mk>
@


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:56 bde Exp $
@


1.2
log
@Change `install' to `${INSTALL}' so that default install flags can be
specified in the top level Makefiles.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1995/04/08 17:50:48 nate Exp $
d3 2
a4 1
CVSFILES= commitinfo loginfo rcsinfo editinfo modules
d9 1
a14 1
	cd ${.CURDIR}; \
d16 1
a16 1
		${DESTDIR}${EXAMPDIR}
@


1.1
log
@Added Makefile for example files.  They are now installed in
/usr/share/examples/cvs for use by the cvsinit script.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1995/02/22 21:49:46 roberto Exp $
d14 1
a14 1
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
@


1.1.4.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.3 1995/12/10 23:07:36 peter Exp $
d3 1
a3 2
CVSFILES= checkoutlist commitinfo cvswrappers editinfo loginfo modules \
	  rcsinfo rcstemplate taginfo unwrap wrap
a7 1
NOOBJ = noobj
d13 3
a15 2
	${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${CVSFILES} \
		${DESTDIR}${EXAMPDIR}/examples
@


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

