diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-29 15:18:46 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-09-29 15:18:46 +0000 |
| commit | 3cf3c5d9ddb2edd1033c0b8e612096b8b35b3bb4 (patch) | |
| tree | f20b5cb25cf94c494095050b1f52676e7efd71f7 /lib/libss | |
| parent | 956d3333cadea27513348a7718e9cfd5c26e9ba0 (diff) | |
Notes
Diffstat (limited to 'lib/libss')
| -rw-r--r-- | lib/libss/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libss/Makefile b/lib/libss/Makefile index 9638585124e14..8cd34b116811b 100644 --- a/lib/libss/Makefile +++ b/lib/libss/Makefile @@ -1,6 +1,9 @@ # $FreeBSD$ LIB= ss +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 + SRCS= data.c error.c execute_cmd.c help.c invocation.c list_rqs.c \ listen.c pager.c parse.c prompt.c request_tbl.c requests.c \ ss_err.c ss_err.h std_rqs.c |
