mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-29 12:44:53 +01:00
346406cd60
NetBSD syscalls are defined in sys.mk if they are being used.
10 lines
224 B
Makefile
10 lines
224 B
Makefile
LIB= xpg4
|
|
SRCS= setlocale.c setrunelocale.c euc.c mskanji.c utf2.c runetype.c \
|
|
tolower.c toupper.c
|
|
CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
|
|
.PATH: ${.CURDIR}/../libc/locale
|
|
|
|
NOMAN= YES
|
|
|
|
.include <bsd.lib.mk>
|