diff options
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 0000000..07453c8 --- /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 0000000..efec8b9 --- /dev/null +++ b/lib/libxpg4/fakelib.c @@ -0,0 +1,2 @@ +/* $FreeBSD$ */ +static int ___fake_library___; |