diff options
author | jb <jb@FreeBSD.org> | 1998-06-03 08:55:20 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-06-03 08:55:20 +0000 |
commit | 3503326bdd815ea2fbbd668efc6137aab889d4f6 (patch) | |
tree | f5d16a649e8963332ee7df62ce866ed21b5e72bf | |
parent | a571044c3f2542696f393778983e377147103fba (diff) | |
download | FreeBSD-src-3503326bdd815ea2fbbd668efc6137aab889d4f6.zip FreeBSD-src-3503326bdd815ea2fbbd668efc6137aab889d4f6.tar.gz |
No longer need the architecture specific include from libc now that
NetBSD syscalls are defined in sys.mk if they are being used.
-rw-r--r-- | lib/libxpg4/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 <bsd.lib.mk> |