summaryrefslogtreecommitdiffstats
path: root/gnu
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 /gnu
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 'gnu')
-rw-r--r--gnu/usr.bin/patch/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile
index 3f26cec..8d8cc7b 100644
--- a/gnu/usr.bin/patch/Makefile
+++ b/gnu/usr.bin/patch/Makefile
@@ -1,16 +1,10 @@
# $FreeBSD$
-.include <bsd.own.mk>
-
-.if ${MK_GNU_PATCH} == "yes"
-PROG= patch
-.else
PROG= gnupatch
CLEANFILES+= gnupatch.1
gnupatch.1: patch.1
cp ${.ALLSRC} ${.TARGET}
-.endif
SRCS= backupfile.c inp.c patch.c pch.c util.c version.c
CFLAGS+=-DHAVE_CONFIG_H
OpenPOWER on IntegriCloud