From 3503326bdd815ea2fbbd668efc6137aab889d4f6 Mon Sep 17 00:00:00 2001 From: jb Date: Wed, 3 Jun 1998 08:55:20 +0000 Subject: No longer need the architecture specific include from libc now that NetBSD syscalls are defined in sys.mk if they are being used. --- lib/libxpg4/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/libxpg4') diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile index d312614..1e5c123 100644 --- a/lib/libxpg4/Makefile +++ b/lib/libxpg4/Makefile @@ -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 -- cgit v1.1