diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-21 02:49:08 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2007-05-21 02:49:08 +0000 |
commit | 419ecd5dee28e23b759fc90ff551d2fd188cb86f (patch) | |
tree | ad137f78093ffd47facbcbef6a68bb303af76e93 /lib/libtacplus | |
parent | 9404513cfa140785ed9109696d41ac308b213941 (diff) | |
download | src-test2-419ecd5dee28e23b759fc90ff551d2fd188cb86f.tar.gz src-test2-419ecd5dee28e23b759fc90ff551d2fd188cb86f.zip |
Notes
Diffstat (limited to 'lib/libtacplus')
-rw-r--r-- | lib/libtacplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libtacplus/Makefile b/lib/libtacplus/Makefile index f39f27143cb1..703b525c7b9d 100644 --- a/lib/libtacplus/Makefile +++ b/lib/libtacplus/Makefile @@ -30,7 +30,7 @@ INCS= taclib.h CFLAGS+= -Wall DPADD= ${LIBMD} LDADD= -lmd -SHLIB_MAJOR= 2 +SHLIB_MAJOR= 3 MAN= libtacplus.3 tacplus.conf.5 .include <bsd.lib.mk> |