From owner-freebsd-current@FreeBSD.ORG Fri Jul 14 13:27:27 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80FDE16A4DF for ; Fri, 14 Jul 2006 13:27:27 +0000 (UTC) (envelope-from neca@boox.co.yu) Received: from server.boox.co.yu (server.boox.co.yu [194.247.202.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E01AE43D5D for ; Fri, 14 Jul 2006 13:27:25 +0000 (GMT) (envelope-from neca@boox.co.yu) Received: (qmail 25568 invoked by uid 0); 14 Jul 2006 13:05:18 -0000 Received: from neca.boox.co.yu (HELO ?194.247.202.241?) (194.247.202.241) by server.boox.co.yu with SMTP; 14 Jul 2006 13:05:18 -0000 Message-ID: <44B79BB2.1080104@boox.co.yu> Date: Fri, 14 Jul 2006 15:27:14 +0200 From: Nenad Gavrilovic User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <44B7979C.1030206@boox.co.yu> In-Reply-To: <44B7979C.1030206@boox.co.yu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 14 Jul 2006 13:29:07 +0000 Cc: current@freebsd.org Subject: Re: Problem in src/lib/libpam/modules/pam_ssh/Makefile X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 13:27:27 -0000 Nenad Gavrilovic wrote: > New src/lib/libpam/modules/pam_ssh/Makefile Revision 1.20.2.1 have > changes that isn't OK. > > And becouse of that compile failed!!! > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > > Looking in other Makefiles I think that correction: CFLAGS+= -I${SSHSRC} -include ssh_namespace. to: CFLAGS+= -I${SSHDIR} -include ssh_namespace. bye