head	1.3;
access;
symbols
	RELENG_3_5_0_RELEASE:1.1.2.1
	RELENG_3_4_0_RELEASE:1.1.2.1
	RELENG_3_3_0_RELEASE:1.1.2.1
	RELENG_3_2_PAO:1.1.0.4
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.2
	RELENG_3_BP:1.1;
locks; strict;
comment	@# @;


1.3
date	99.09.22.23.48.58;	author archie;	state dead;
branches;
next	1.2;

1.2
date	99.08.28.00.54.25;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.01.07.19.28.55;	author archie;	state Exp;
branches
	1.1.2.1;
next	;

1.1.2.1
date	99.08.29.15.18.18;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the "diffburst" tool, because equivalent functionality is now available
via "split -p". Leave a note to this effect in the README file.
@
text
@# $FreeBSD: src/tools/tools/diffburst/Makefile,v 1.2 1999/08/28 00:54:25 peter Exp $

PROG=		diffburst
SRCS=		main.c
MAN1=		diffburst.1

COPTS+=		-g -Wall

.include <bsd.prog.mk>
@


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


1.1
log
@Add the 'diffburst' tool, which does the following:
    Reads the output of 'diff -r' and splits it into separate
    patch files, one per file. The files are named 'patch-XX'
    where XX is aa, ab, ac, ... Useful when creating ports.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1997/12/06 00:44:04 archie Exp $
@


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


