aboutsummaryrefslogtreecommitdiff
path: root/lib/libxpg4
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-06-03 08:55:20 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-06-03 08:55:20 +0000
commit346406cd60105c9ad8b65e95570fa16952b6fe71 (patch)
tree42ee6d6fb65d895b85062d075416247eb1c48146 /lib/libxpg4
parenta09e15f35c9591014ef900b9c7ed137a3189ad0c (diff)
Notes
Diffstat (limited to 'lib/libxpg4')
-rw-r--r--lib/libxpg4/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile
index d31261490a440..1e5c12327509f 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>