diff options
author | peter <peter@FreeBSD.org> | 2002-09-28 00:25:32 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-09-28 00:25:32 +0000 |
commit | 0a7f0ba37e1b8729b985b90a1d9332963defdf07 (patch) | |
tree | 2bd365b31007748006ab3d9471dc3832de3013c3 /lib/libwrap | |
parent | c03e93ab3a4cf602e9fad9ef7bc7537a0cf96e8c (diff) | |
download | FreeBSD-src-0a7f0ba37e1b8729b985b90a1d9332963defdf07.zip FreeBSD-src-0a7f0ba37e1b8729b985b90a1d9332963defdf07.tar.gz |
Zap now-unused SHLIB_MINOR
Diffstat (limited to 'lib/libwrap')
-rw-r--r-- | lib/libwrap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile index 8304710..cf414a1 100644 --- a/lib/libwrap/Makefile +++ b/lib/libwrap/Makefile @@ -6,7 +6,6 @@ MAINTAINER=markm@FreeBSD.org LIB= wrap SHLIB_MAJOR= 3 -SHLIB_MINOR= 0 INCS= tcpd.h MAN= hosts_access.3 MAN+= hosts_access.5 hosts_options.5 |