aren't found
To: None <netbsd-users@netbsd.org>
From: Grant Beattie <grant@grunta.com>
List: netbsd-users
Date: 03/22/2001 12:11:59
While trying to install IP Filter 3.4.16 on NetBSD1.5/i386, I came
across this. netinet/ip_compat.h includes a couple of files, eg.
# include <vm/vm.h>
# include <vm/vm_extern.h>
They don't get found while doing a 'make depend' in the kernel
compile.
In file included from ../../../../netinet/fil.c:78:
../../../../netinet/ip_compat.h:488: vm/vm.h: No such file or directory
../../../../netinet/ip_compat.h:490: vm/vm_extern.h: No such file or directory
It works if they are eg. "/usr/include/vm/vm.h", but that's hardly a
good solution..
Anyone seen this before?
g.