aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/sort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/sort/Makefile')
-rw-r--r--usr.bin/sort/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/sort/Makefile b/usr.bin/sort/Makefile
index 40cd99086b95..1192b26b3252 100644
--- a/usr.bin/sort/Makefile
+++ b/usr.bin/sort/Makefile
@@ -21,18 +21,6 @@ LIBADD= md
MAN_SUB+= -e 's|%%THREADS%%|\.\\"|g'
.endif
-.if ${MK_NLS} != "no"
-NLS+= hu_HU.ISO8859-2
-NLSSRCFILES= ${NLS:S@$@.msg@}
-MAN_SUB+= -e 's|%%NLS%%||g'
-.for lang in ${NLS}
-NLSSRCDIR_${lang}= ${.CURDIR}/nls
-.endfor
-.else
-CFLAGS+= -DWITHOUT_NLS
-MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
-.endif
-
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests