diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-08-29 00:38:24 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-08-29 00:38:24 +0000 |
| commit | 4b97b38825df466178637edccba8c684233feca8 (patch) | |
| tree | 7cc619422cb819625319fc1ae5694bd8e3fe8d86 /usr.bin/patch | |
| parent | 8e0caa60f2712649414c736aae2864a0b31c3ed2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/patch')
| -rw-r--r-- | usr.bin/patch/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile index 18261f677dfe..a5f15c706a16 100644 --- a/usr.bin/patch/Makefile +++ b/usr.bin/patch/Makefile @@ -1,17 +1,7 @@ # $OpenBSD: Makefile,v 1.4 2005/05/16 15:22:46 espie Exp $ # $FreeBSD$ -.include <bsd.own.mk> - -.if ${MK_GNU_PATCH} == "yes" -PROG= bsdpatch -CLEANFILES+= bsdpatch.1 - -bsdpatch.1: patch.1 - cp ${.ALLSRC} ${.TARGET} -.else PROG= patch -.endif SRCS= backupfile.c inp.c mkpath.c patch.c pch.c util.c |
