summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2008-03-16 08:03:11 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2008-03-16 08:03:11 +0000
commitf72227b73152597fed5cded5be643c9e0b484567 (patch)
tree21557e7edeac97553514274f10d975dfd71a39de /gnu/usr.bin
parent0910ad96e6779817e7ef29af628bc26364f953ca (diff)
Notes
Diffstat (limited to 'gnu/usr.bin')
-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>