diff options
-rw-r--r-- | lib/libwrap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index ab565d0..8450961 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -5,6 +5,8 @@ MAINTAINER=markm@FreeBSD.org LIB= wrap +SHLIB_MAJOR= 3 +SHLIB_MINOR= 0 MAN3= hosts_access.3 MAN5= hosts_access.5 hosts_options.5 |