Subject: bcopy not getting included in libkern
To: None <port-bebox@netbsd.org>
From: Mirian Crzig Lennox <mirian@xensei.com>
List: port-bebox
Date: 11/18/1998 13:11:04
For some reason, when I build the GENERIC kernel under netbsd-current,
bcopy fails to be included in libkern.  I work around this by
explicitly adding

SRCS+= bcopy.c

to /usr/src/sys/lib/libkern/Makefile.

Anyone know why this is happening?

Again, I'm building natively, using the tools from the Feb 1998
shapshot.

--Mirian