Make this lib fake - now merged to libc
This commit is contained in:
parent
8b96e6c916
commit
394975e373
@ -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
2
lib/libxpg4/fakelib.c
Normal file
@ -0,0 +1,2 @@
|
||||
/* $FreeBSD$ */
|
||||
static int ___fake_library___;
|
Loading…
x
Reference in New Issue
Block a user