aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2013-08-29 00:38:24 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2013-08-29 00:38:24 +0000
commit4b97b38825df466178637edccba8c684233feca8 (patch)
tree7cc619422cb819625319fc1ae5694bd8e3fe8d86 /gnu
parent8e0caa60f2712649414c736aae2864a0b31c3ed2 (diff)
Notes
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 3f26cec667871..8d8cc7bddadb8 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