From b3c87f5c78cf87a71d0a960168ae08185047ec79 Mon Sep 17 00:00:00 2001 From: Shunsuke Akiyama Date: Sun, 11 Jun 2006 09:14:06 +0000 Subject: [PATCH] Specify default path for SHLIBDIR before bsd.own.mk does. This fix shared library installed correct place. --- lib/libutil/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libutil/Makefile b/lib/libutil/Makefile index 4e6e0abfa15..5d5decefaad 100644 --- a/lib/libutil/Makefile +++ b/lib/libutil/Makefile @@ -1,11 +1,13 @@ # @(#)Makefile 8.1 (Berkeley) 6/4/93 # $FreeBSD$ +SHLIBDIR?= /lib + .include LIB= util SHLIB_MAJOR= 6 -SHLIBDIR?= /lib + CFLAGS+=-DLIBC_SCCS -I${.CURDIR} -I${.CURDIR}/../libc/gen/ .if ${MK_INET6_SUPPORT} != "no" CFLAGS+=-DINET6