diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-13 00:41:38 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-06-13 00:41:38 +0000 |
| commit | 3e0f74ccaf05070da8d967b64ed5f943dd4631af (patch) | |
| tree | 334f2e1028b72091bf3a7b429313379805592325 /lib/libxpg4 | |
| parent | 52df5dfdab23f63d98795f91d4f316c6c17039cf (diff) | |
Notes
Diffstat (limited to 'lib/libxpg4')
| -rw-r--r-- | lib/libxpg4/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libxpg4/Makefile b/lib/libxpg4/Makefile index 19be136799c45..07453c82d1356 100644 --- a/lib/libxpg4/Makefile +++ b/lib/libxpg4/Makefile @@ -1,6 +1,9 @@ # $FreeBSD$ LIB= xpg4 +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 + SRCS= fakelib.c NOMAN= YES |
