mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
This library builds from libc source, so it also needs to know what
syscall style libc is using otherwise the library can contain calls (like issetugid) that you don't find out until you build X programs.
This commit is contained in:
parent
c38eceafa4
commit
307253bb9f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=36144
@ -4,6 +4,13 @@ SRCS= setlocale.c setrunelocale.c euc.c mskanji.c utf2.c runetype.c \
|
||||
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
|
||||
.PATH: ${.CURDIR}/../libc/locale
|
||||
|
||||
#
|
||||
# If there is a machine dependent libc makefile, use it:
|
||||
#
|
||||
.if exists(${.CURDIR}/../libc/${MACHINE_ARCH}/Makefile.inc)
|
||||
.include "${.CURDIR}/../libc/${MACHINE_ARCH}/Makefile.inc"
|
||||
.endif
|
||||
|
||||
NOMAN= YES
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user