diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-03 12:28:13 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-03 12:28:13 +0000 |
| commit | 394975e37399dce115b429f5c0bd36874d113fb7 (patch) | |
| tree | 9135bc3d2bb05aaad9fc24f70cbd01157390b080 | |
| parent | 8b96e6c91699726f5d7ee206c67268e09b94a92e (diff) | |
Notes
| -rw-r--r-- | lib/libxpg4/Makefile | 7 | ||||
| -rw-r--r-- | lib/libxpg4/fakelib.c | 2 |
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___; |
