Subject: Re: Libkern does not use the same includes as the kernel sources
To: None <current-users@sun-lamp.cs.berkeley.edu, eeh@btr.btr.com>
From: Theo Deraadt <deraadt@fsa.ca>
List: current-users
Date: 05/17/1994 06:06:37
> !       @(cd $(KERNDIR) ; $(MAKE) "CFLAGS=$(CFLAGS)")

This won't work, and in fact will break the sparc. You can't do this.
I am well aware of the dependence of /usr/include. It's a very
bad thing, but passing in -DKERNEL is worse.

------------------------------------------------------------------------------