Subject: Re: -current build failure
To: None <current-users@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 01/15/2001 22:22:56
In article <200101152218.f0FMInR04315@toad.rmkhome.com>,
Rick Kelly <rmk@rmkhome.com> wrote:
>Patrick Welche said:

[....]
>
>I deleted the contents of the /usr/src/usr.sbin/sup directory and
>did another "cvs update". Built supscan okay, but didn't build sup.
>
>The sup Makefile version was:
>
>#       $NetBSD: Makefile,v 1.3 1999/08/02 05:36:05 erh Exp $
>
>
>The offending line was:
>
>sup: .NOPATH
>
>When I removed this line, sup built just fine.


That is the wrong fix. Please make sure that both make and the contents
of /usr/share/mk are the latest. bsd.prog.mk should be:

#       $NetBSD: bsd.prog.mk,v 1.127 2001/01/14 20:49:36 christos Exp $

christos