Set libipsec shared library number to 0

When libipsec library is created, no SHLIB numbers are
   specified in the Makefile. Then the library version was set
   to 2.(by default?)
   So change it to 0.
   For now it should not be problem, because the contents are same.
   I'll also prepare an entry for UPDATING.
This commit is contained in:
Yoshinobu Inoue 2000-02-03 10:06:53 +00:00
parent 9ddb9015ff
commit ab08b2ee08

View File

@ -27,6 +27,8 @@
# $FreeBSD$
LIB= ipsec
SHLIB_MAJOR= 0
SHLIB_MINOR= 0
CFLAGS+=-I${.OBJDIR}
CFLAGS+=-DIPSEC_DEBUG -DIPSEC -DINET6