summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-04-05 18:01:49 +0000
committerimp <imp@FreeBSD.org>2014-04-05 18:01:49 +0000
commit0160f80f72c0fe22e5e1695028c6bf493c076199 (patch)
tree9a596589ddfc375951b2a26a865df1f203a0de30 /usr.bin
parent9c959039e7c25503121457372dc25eee1ac11335 (diff)
downloadFreeBSD-src-0160f80f72c0fe22e5e1695028c6bf493c076199.zip
FreeBSD-src-0160f80f72c0fe22e5e1695028c6bf493c076199.tar.gz
Convert sort to using newer MK_ convention.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/sort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index ea68c45..3b257c2 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -11,7 +11,7 @@ sort.1: sort.1.in
CLEANFILES+= sort.1
-.if defined(WITH_THREADS)
+.if ${MK_SORT_THREADS} != "no"
CFLAGS+= -DSORT_THREADS
LDFLAGS+= -lpthread -lmd
MAN_SUB+= -e 's|%%THREADS%%||g'
@@ -20,7 +20,7 @@ LDFLAGS+= -lmd
MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g'
.endif
-.if !defined(WITHOUT_NLS)
+.if ${MK_NLS} != "no"
NLS+= hu_HU.ISO8859-2
NLSSRCFILES= ${NLS:S@$@.msg@}
MAN_SUB+= -e 's|%%NLS%%||g'
OpenPOWER on IntegriCloud