summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/patch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/patch/Makefile b/usr.bin/patch/Makefile
index 382a05f..18261f6 100644
--- a/usr.bin/patch/Makefile
+++ b/usr.bin/patch/Makefile
@@ -3,14 +3,14 @@
.include <bsd.own.mk>
-.if ${MK_BSD_PATCH} == "yes"
-PROG= patch
-.else
+.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