Subject: Re: error in sup 1997/06/23
To: None <current-users@NetBSD.ORG>
From: Patrick Welche <prlw1@cam.ac.uk>
List: current-users
Date: 06/23/1997 19:12:19
Mike Long wrote:
> 
> >Date: Mon, 23 Jun 1997 10:48:01 -0700
> >From: "Erik E. Fair" (Time Keeper) <fair@clock.org>
> >
> >===> usr.sbin/apm
> >cc -O -g  -O2 -Wmissing-prototypes -Wall -I/usr/src/usr.sbin/apm/../apmd
> >-Werror  -c apm.c
> >apm.c:51: machine/apmvar.h: No such file or directory
> >*** Error code 1
> 
> Have you run 'make includes' from src/sys recently?

I can't run make includes or make clean from src/lib/libkvm (on i386)
Seemingly the only difference between it (23 June 97, 11:15) and the
previous one is:

if(MACHINE!={arm32,i386,etc}) include <bsd.lib.mk>
else include <bsd.{own,man}.mk>

previously:

include <bsd.lib.mk>

So now {own,man} is included rather than lib. If I stick the old one
back, I get stuck in src/lib/libkvm.old... Am I just out of synch in
terms of .mk files (did install them first!)

Cheers,

 Patrick