aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/sort/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/sort/Makefile')
-rw-r--r--gnu/usr.bin/sort/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sort/Makefile b/gnu/usr.bin/sort/Makefile
index 2b116183792f..e3a005dfbbca 100644
--- a/gnu/usr.bin/sort/Makefile
+++ b/gnu/usr.bin/sort/Makefile
@@ -29,7 +29,7 @@ SRCS= sort.c \
xstrtoul.c \
xstrtoumax.c
-CFLAGS+=-I${.CURDIR} -I${SORTDIR}/lib -DHAVE_CONFIG_H \
- -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1
+CFLAGS+=-DHAVE_CONFIG_H -DHAVE_LANGINFO_H=1 -DHAVE_NL_LANGINFO=1 \
+ -I${.CURDIR} -I${SORTDIR}/lib
.include <bsd.prog.mk>