head	1.4;
access;
symbols
	OpenBSD_20040801:1.1.1.4
	OPENBSD:1.1.1
	bsd_44_lite_2:1.1.1.3
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2013.01.30.00.32.11;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2013.01.30.00.27.06;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	97.07.13.14.21.22;	author peter;	state dead;
branches;
next	1.1;

1.1
date	94.05.27.12.32.28;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.12.32.29;	author rgrimes;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.12.30.18.57.52;	author peter;	state dead;
branches;
next	1.1.1.3;

1.1.1.3
date	97.07.06.06.53.53;	author bde;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2004.08.01.20.45.54;	author gad;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246091
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#	$OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $
# $FreeBSD: head/usr.bin/patch/Makefile 246091 2013-01-29 20:05:16Z delphij $

.include <bsd.own.mk>

.if ${MK_BSD_PATCH} == "yes"
PROG=	patch
.else
PROG=	bsdpatch
CLEANFILES+= bsdpatch.1

bsdpatch.1: patch.1
	cp ${.ALLSRC} ${.TARGET}
.endif

SRCS=	backupfile.c inp.c mkpath.c patch.c pch.c util.c

.include <bsd.prog.mk>
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/246074
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 1
# $FreeBSD: head/usr.bin/patch/Makefile 246074 2013-01-29 17:03:18Z gabor $
d2 1
a2 1
#	$DragonFly: src/usr.bin/patch/Makefile,v 1.8 2008/08/10 23:50:12 joerg Exp $
@


1.2
log
@kill the undead
@
text
@d1 3
a3 1
#	@@(#)Makefile	8.1 (Berkeley) 6/6/93
d5 3
d9 9
a17 1
SRCS=	patch.c pch.c inp.c version.c util.c
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@BSD 4.4 Lite Usr.bin Sources
@
text
@@


1.1.1.2
log
@recording cvs-1.6 file death
@
text
@@


1.1.1.3
log
@Finish importing Lite2's src/usr.bin, except for ex, diff, grep, mail,
pascal and vmstat.sparc.  All changed files on the vendor branch should
already have been imported.
@
text
@@


1.1.1.4
log
@Import of a BSD-licensed version of `patch', which will  eventually
replace the version we currently have in src/gnu/usr.bin/patch/.
Among other things, this version includes a --posix option for strict
POSIX conformance.

This version is the current source from OpenBSD as of today.  It is
their 3.5-release, plus a few updates to patch.c and pch.c that they
made about three weeks ago.
@
text
@d1 1
a1 1
#	$OpenBSD: Makefile,v 1.3 2003/07/18 02:00:09 deraadt Exp $
d4 1
a4 1
SRCS=	patch.c pch.c inp.c util.c backupfile.c
@

