diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2002-02-04 19:23:42 +0000 |
| commit | b3ea8abeca50df2e24167770d1e7484f1f877a7d (patch) | |
| tree | f52b0378ac88b8ff9690c4e21a65813ff1177ed1 /lib/libxpg4 | |
| parent | 9164545f1ea589d7d2f682fd09efd4fa85fd3480 (diff) | |
Notes
Diffstat (limited to 'lib/libxpg4')
| -rw-r--r-- | lib/libxpg4/Makefile | 11 | ||||
| -rw-r--r-- | lib/libxpg4/fakelib.c | 2 |
2 files changed, 13 insertions, 0 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile new file mode 100644 index 000000000000..07453c82d135 --- /dev/null +++ b/lib/libxpg4/Makefile @@ -0,0 +1,11 @@ +# $FreeBSD$ + +LIB= xpg4 +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 + +SRCS= fakelib.c + +NOMAN= YES + +.include <bsd.lib.mk> 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___; |
