No longer need the architecture specific include from libc now that

NetBSD syscalls are defined in sys.mk if they are being used.
This commit is contained in:
jb 1998-06-03 08:55:20 +00:00
parent 50c56cdcc6
commit 8cd2256c31

View File

@ -4,13 +4,6 @@ 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>