diff options
author | pfg <pfg@FreeBSD.org> | 2013-08-29 00:38:24 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2013-08-29 00:38:24 +0000 |
commit | a90a8d62c1a18ef01246ea49cb31c8e20d5b52ff (patch) | |
tree | 7cc619422cb819625319fc1ae5694bd8e3fe8d86 /gnu | |
parent | 4c745090116375b5d96509e9deb8b9662b8253d8 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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 |