1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-07 09:20:11 +00:00

style.Makefile(5)

This commit is contained in:
David E. O'Brien 2007-10-12 18:15:40 +00:00
parent 1d2c824f26
commit d80f4b0e33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172595

View File

@ -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>