Subject: FYI kernel builds with -current fail
To: port-vax <port-vax@netbsd.org>
From: Ken Wellsch <kwellsch@tampabay.rr.com>
List: port-vax
Date: 06/19/2001 14:00:34
I've seen this the past couple days using a sup of -current:

  ../../../../arch/vax/vax/conf.c:291: np.h: No such file or directory
  mkdep: compile failed.
  *** Error code 1

  Stop.

So I do the following and I appear to be operational:

  echo '#define NNP 0' > np.h

-- Ken