From a90a8d62c1a18ef01246ea49cb31c8e20d5b52ff Mon Sep 17 00:00:00 2001 From: pfg Date: Thu, 29 Aug 2013 00:38:24 +0000 Subject: 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. --- gnu/usr.bin/patch/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gnu') 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 - -.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 -- cgit v1.1