diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-26 21:25:18 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2013-07-26 21:25:18 +0000 |
| commit | 21244d522787c25ce4187cbd9b523e266b6ca8c6 (patch) | |
| tree | 3b33b51036ef1670f42ba2fde2fde9a137e4d612 /gnu/usr.bin/patch | |
| parent | 4ff45b8b45ef196d30c5f07ee69f273fa4c30f17 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/patch')
| -rw-r--r-- | gnu/usr.bin/patch/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/patch/Makefile b/gnu/usr.bin/patch/Makefile index 76d28e839a3c..3f26cec66787 100644 --- a/gnu/usr.bin/patch/Makefile +++ b/gnu/usr.bin/patch/Makefile @@ -2,14 +2,14 @@ .include <bsd.own.mk> -.if ${MK_BSD_PATCH} == "yes" +.if ${MK_GNU_PATCH} == "yes" +PROG= patch +.else PROG= gnupatch CLEANFILES+= gnupatch.1 gnupatch.1: patch.1 cp ${.ALLSRC} ${.TARGET} -.else -PROG= patch .endif SRCS= backupfile.c inp.c patch.c pch.c util.c version.c |
