From 0160f80f72c0fe22e5e1695028c6bf493c076199 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 5 Apr 2014 18:01:49 +0000 Subject: Convert sort to using newer MK_ convention. --- usr.bin/sort/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') 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' -- cgit v1.1