head	1.7;
access;
symbols
	RELENG_2_1_7_RELEASE:1.5.6.1
	RELENG_2_1_6_1_RELEASE:1.5.6.1
	RELENG_2_1_6_RELEASE:1.5.6.1
	CVS_1_6_3_END:1.6
	RELENG_2_1_5_RELEASE:1.5.6.1
	before_cvs_1_6:1.5
	RELENG_2_1_0_RELEASE:1.5
	RELENG_2_1_0:1.5.0.6
	RELENG_2_1_0_BP:1.5
	RELENG_2_0_5_RELEASE:1.5
	RELENG_2_0_5:1.5.0.4
	RELENG_2_0_5_BP:1.5
	RELENG_2_0_5_ALPHA:1.5
	jt_spdup:1.5.0.2
	b4_spdup:1.5
	RELEASE_2_0:1.4
	BETA_2_0:1.4
	ALPHA_2_0:1.4.0.2
	MOVED_NEWCVS:1.3
	FINAL_1_1_5:1.3
	ALPHA_1_1_5:1.3
	FINAL_1_1:1.3
	GAMMA_1_1:1.3
	BETA_1_1:1.3.0.2
	BP_BETA_1_1:1.3
	FINAL_1_0:1.3
	EPSILON_1_0:1.3
	GAMMA_1_0:1.3
	BETA_1_0:1.3
	ALPHA_1_0:1.3
	cvs_1_3:1.1.1.1
	cvs:1.1.1;
locks; strict;
comment	@# @;


1.7
date	96.08.20.23.57.58;	author peter;	state dead;
branches;
next	1.6;

1.6
date	95.12.10.23.10.38;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	95.03.31.07.55.30;	author nate;	state Exp;
branches
	1.5.6.1;
next	1.4;

1.4
date	94.08.28.18.18.19;	author bde;	state Exp;
branches;
next	1.3;

1.3
date	93.07.06.19.12.57;	author nate;	state Exp;
branches;
next	1.2;

1.2
date	93.06.25.19.39.48;	author nate;	state Exp;
branches;
next	1.1;

1.1
date	93.06.18.05.46.13;	author jkh;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	93.06.18.05.46.14;	author jkh;	state Exp;
branches;
next	;

1.5.6.1
date	96.02.23.12.18.51;	author peter;	state Exp;
branches;
next	1.5.6.2;

1.5.6.2
date	99.09.05.11.10.58;	author peter;	state Exp;
branches;
next	;


desc
@@


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

PROG = mkmodules
SRCS = mkmodules.c
CFLAGS+= -I${.CURDIR}/../cvs -I${.CURDIR}/../lib -DHAVE_CONFIG_H
DPADD+=	${LIBCVS}
LDADD+=	-lcvs

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


1.6
log
@First round of the post-import cleanups...
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.5 1995/03/31 07:55:30 nate Exp $
@


1.5
log
@Merged in FreeBSD necessary changes in.  Note, all of our source
modifications were *not* merged in (FreeBSD-DEVELOPER and symlink) but
the source is now the stock sources.
@
text
@d1 1
a1 1
#	$Id: Makefile,v 1.25 1995/03/22 19:39:45 nate Exp $
d5 1
a5 1
CFLAGS+= -I${.CURDIR}/../cvs -I${.CURDIR}/../lib -DHAVE_CONFIG_H -DHAVE_TIMEZONE
@


1.5.6.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.6 1995/12/10 23:10:38 peter Exp $
d5 1
a5 1
CFLAGS+= -I${.CURDIR}/../cvs -I${.CURDIR}/../lib -DHAVE_CONFIG_H
@


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


1.4
log
@Add dependencies on libraries to DPADD.

Move another include of bsd.prog.mk to the end.
@
text
@d1 2
d5 1
a5 1
CFLAGS += -I${.CURDIR}/../cvs -I${.CURDIR}/../lib
a9 1
.include "../Makefile.inc"
@


1.3
log
@Really fixed the obj/noobj problems in CVS, and also made it so a
make install did not install libcvs in /usr/lib, since it has no
reason to do that.
@
text
@d4 2
d7 2
a8 6
.if exists(${.CURDIR}/../lib/obj)
LDADD=  -L${.CURDIR}/../lib/obj -lcvs
.else
LDADD=  -L${.CURDIR}/../lib/ -lcvs
.endif

a9 1
.include "../../Makefile.inc"
@


1.2
log
@Fixed up CVS like RCS to allow obj or no obj directory.
@
text
@d3 1
d5 5
a9 2
CFLAGS += -I${.CURDIR}/../cvs -I${.CURDIR}/../lib
LDADD= -L${.CURDIR}/../lib/${.CURDIR} -lcvs
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
LDADD= -L${.CURDIR}/../lib/obj -lcvs
@


1.1.1.1
log
@Updated CVS
@
text
@@
