mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
style.Makefile(5)
This commit is contained in:
parent
1d2c824f26
commit
d80f4b0e33
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue