summaryrefslogtreecommitdiffstats
path: root/lib/libxpg4
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-06-03 12:28:13 +0000
committerache <ache@FreeBSD.org>2000-06-03 12:28:13 +0000
commitba5f2f0a376507b53935858fabd7db9ac7257fee (patch)
tree5ea3777c6fa64a678282fc8f74c05694baf01ff5 /lib/libxpg4
parent50dddc0919baff9cbacfd717c0dedf5b21688989 (diff)
downloadFreeBSD-src-ba5f2f0a376507b53935858fabd7db9ac7257fee.zip
FreeBSD-src-ba5f2f0a376507b53935858fabd7db9ac7257fee.tar.gz
Make this lib fake - now merged to libc
Diffstat (limited to 'lib/libxpg4')
-rw-r--r--lib/libxpg4/Makefile7
-rw-r--r--lib/libxpg4/fakelib.c2
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile
index c831475..19be136 100644
--- a/lib/libxpg4/Makefile
+++ b/lib/libxpg4/Makefile
@@ -1,8 +1,7 @@
+# $FreeBSD$
+
LIB= xpg4
-SRCS= setlocale.c setrunelocale.c big5.c euc.c mskanji.c utf2.c runetype.c \
- tolower.c toupper.c
-CFLAGS+= -Wall -DXPG4 -I${.CURDIR}/../libc/locale
-.PATH: ${.CURDIR}/../libc/locale
+SRCS= fakelib.c
NOMAN= YES
diff --git a/lib/libxpg4/fakelib.c b/lib/libxpg4/fakelib.c
new file mode 100644
index 0000000..efec8b9
--- /dev/null
+++ b/lib/libxpg4/fakelib.c
@@ -0,0 +1,2 @@
+/* $FreeBSD$ */
+static int ___fake_library___;
OpenPOWER on IntegriCloud