summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2007-10-12 18:15:40 +0000
committerobrien <obrien@FreeBSD.org>2007-10-12 18:15:40 +0000
commitd4ac5dba18e8412e64762be7bc49c7db5a58aa6e (patch)
treed6913ae6c8257332c77649bfc9bf4194ba3d6ef5 /gnu
parentc52e58f8fde1a9f0fa673cd087c1c262c6859c4d (diff)
downloadFreeBSD-src-d4ac5dba18e8412e64762be7bc49c7db5a58aa6e.zip
FreeBSD-src-d4ac5dba18e8412e64762be7bc49c7db5a58aa6e.tar.gz
style.Makefile(5)
Diffstat (limited to 'gnu')
-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 2b11618..e3a005d 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>
OpenPOWER on IntegriCloud