summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-06-03 12:28:13 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-06-03 12:28:13 +0000
commit394975e37399dce115b429f5c0bd36874d113fb7 (patch)
tree9135bc3d2bb05aaad9fc24f70cbd01157390b080
parent8b96e6c91699726f5d7ee206c67268e09b94a92e (diff)
Notes
-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 c8314756ffa6..19be136799c4 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 000000000000..efec8b9cf06f
--- /dev/null
+++ b/lib/libxpg4/fakelib.c
@@ -0,0 +1,2 @@
+/* $FreeBSD$ */
+static int ___fake_library___;