Subject: Re: MKKERBEROS=no breakage libtelnet
To: Love <lha@stacken.kth.se>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 07/23/2003 15:13:04
On Wed, Jul 23, 2003 at 03:19:55PM +0200, Love wrote:
>
> Patrick Welche <prlw1@newn.cam.ac.uk> writes:
>
> > Building the world with
> >
> > MKKERBEROS=no
> >
> > dies with lib/libtelnet/Makefile v 1.18. I don't really understand the logic
> > in there.. Should the outer .if just be ${USE_KERBEROS} != "no", and then
> > amalgamate the ${USE_KERBEROS4} != "no" parts?
>
> do you have 1.344 of share/mk/bsd.own.mk ?
I'm pretty sure that ./build.sh -E build uses this one:
tape# ident /usr/src/share/mk/bsd.own.mk
/usr/src/share/mk/bsd.own.mk:
$NetBSD: bsd.own.mk,v 1.344 2003/07/23 08:01:46 itojun Exp $
and not this one..
tape# ident /usr/share/mk/bsd.own.mk
/usr/share/mk/bsd.own.mk:
$NetBSD: bsd.own.mk,v 1.343 2003/07/22 11:48:59 mrg Exp $
Cheers,
Patrick