Make this lib fake - now merged to libc

This commit is contained in:
Andrey A. Chernov 2000-06-03 12:28:13 +00:00
parent 8b96e6c916
commit 394975e373
2 changed files with 5 additions and 4 deletions

View File

@ -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

2
lib/libxpg4/fakelib.c Normal file
View File

@ -0,0 +1,2 @@
/* $FreeBSD$ */
static int ___fake_library___;