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/libdevstat | |
parent | c03e93ab3a4cf602e9fad9ef7bc7537a0cf96e8c (diff) | |
download | FreeBSD-src-0a7f0ba37e1b8729b985b90a1d9332963defdf07.zip FreeBSD-src-0a7f0ba37e1b8729b985b90a1d9332963defdf07.tar.gz |
Zap now-unused SHLIB_MINOR
Diffstat (limited to 'lib/libdevstat')
-rw-r--r-- | lib/libdevstat/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libdevstat/Makefile b/lib/libdevstat/Makefile index 1e15517..5d484bf 100644 --- a/lib/libdevstat/Makefile +++ b/lib/libdevstat/Makefile @@ -4,7 +4,6 @@ MAINTAINER=ken@FreeBSD.ORG LIB= devstat SHLIB_MAJOR= 3 -SHLIB_MINOR= 0 SRCS= devstat.c INCS= devstat.h |