diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2003-11-12 21:56:07 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2003-11-12 21:56:07 +0000 |
| commit | c5df72d83f7906975eebf2968c3e91924466f40d (patch) | |
| tree | 6eccdaf15b7bcd8b6a30c2e0333801c1e227a989 | |
| parent | ea64ad772722f827b9615e918922133cebb37386 (diff) | |
Notes
| -rw-r--r-- | lib/libutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index aea83205e26d5..e13663ceafb88 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -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 |
