style.Makefile(5)
This commit is contained in:
parent
1d2c824f26
commit
d80f4b0e33
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user