summaryrefslogtreecommitdiffstats
path: root/lib/libxpg4/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-06-03 08:55:20 +0000
committerjb <jb@FreeBSD.org>1998-06-03 08:55:20 +0000
commit3503326bdd815ea2fbbd668efc6137aab889d4f6 (patch)
treef5d16a649e8963332ee7df62ce866ed21b5e72bf /lib/libxpg4/Makefile
parenta571044c3f2542696f393778983e377147103fba (diff)
downloadFreeBSD-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.
Diffstat (limited to 'lib/libxpg4/Makefile')
-rw-r--r--lib/libxpg4/Makefile7
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>
OpenPOWER on IntegriCloud