summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-08-29 00:38:24 +0000
committerpfg <pfg@FreeBSD.org>2013-08-29 00:38:24 +0000
commita90a8d62c1a18ef01246ea49cb31c8e20d5b52ff (patch)
tree7cc619422cb819625319fc1ae5694bd8e3fe8d86 /usr.bin
parent4c745090116375b5d96509e9deb8b9662b8253d8 (diff)
downloadFreeBSD-src-a90a8d62c1a18ef01246ea49cb31c8e20d5b52ff.zip
FreeBSD-src-a90a8d62c1a18ef01246ea49cb31c8e20d5b52ff.tar.gz
Drop build option switch for the older GNU patch.
As promised, drop the option to make the older GNU patch the default. GNU patch is still being built but something drastic may happen to it to it before Release.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/patch/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
index 18261f6..a5f15c7 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
OpenPOWER on IntegriCloud