diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-06-27 05:59:01 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-06-27 05:59:01 +0000 |
| commit | 7d26b3ee33cf34e1b52f47b29c297d0410a13a98 (patch) | |
| tree | f66ade24c26b739d867a9f97887b5312976df3c4 /gnu | |
| parent | d826ccd66d20ebec714f745cafd5e75e10957de9 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/sort/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile index a116a637dec86..bf193bc2b7c6e 100644 --- a/gnu/usr.bin/sort/Makefile +++ b/gnu/usr.bin/sort/Makefile @@ -5,7 +5,7 @@ SORTDIR= ${.CURDIR}/../../../contrib/gnu-sort .include <bsd.own.mk> -.if ${MK_BSD_SORT} != "yes" +.if ${MK_GNU_SORT} == "yes" PROG= sort .else PROG= gnusort |
