From 54ca36aeac3eb4d4867f722d4b901f01b4feba7a Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Mon, 28 May 2012 14:45:12 +0000 Subject: [PATCH] - Include forgotten bsd.own.mk and fix condition Reported by: Jan Beich --- lib/libkiconv/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libkiconv/Makefile b/lib/libkiconv/Makefile index 2f87f4b8d231..ba884571b443 100644 --- a/lib/libkiconv/Makefile +++ b/lib/libkiconv/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +.include + LIB= kiconv SHLIBDIR?= /lib SRCS= kiconv_sysctl.c xlat16_iconv.c xlat16_sysctl.c @@ -17,7 +19,7 @@ CFLAGS+= -I${.CURDIR}/../../sys WARNS?= 1 -.if !defined(MK_ICONV) +.if ${MK_ICONV} == "no" CFLAGS+= -DICONV_DLOPEN .endif