Bump the major version on libtuil. libutil now relies on the mac_*

symbols exported by newer versions of libc, and so we want applications
depending on the newer library code to be required to link against the
newer libc.

Discussed with:	scottl, kris, imp
This commit is contained in:
Robert Watson 2003-11-12 21:56:07 +00:00
parent ea64ad7727
commit c5df72d83f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122583

View File

@ -2,7 +2,7 @@
# $FreeBSD$
LIB= util
SHLIB_MAJOR= 3
SHLIB_MAJOR= 4
SHLIBDIR?= /lib
CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/
CFLAGS+=-DINET6