Subject: Compile a kernel
To: None <port-vax@NetBSD.ORG>
From: Luc Beurton <beurton@fnet.fr>
List: port-vax
Date: 01/03/1996 14:11:55
Hi all,

I try to compile a NetBSD-1.1 kernel on my MicroVax-II under NetBSD-1.0A,
And I found some troubles around the Makefile.vax in sys/arch/vax/conf.
So I change some little things to compile the kernel 

depend: param.c vnode_if.h
	mkdep ${COPTS} ${.ALLSRC:M*.c} ioconf.c
	mkdep -a -p ${INCLUDES} ${IDENT} ${PARAM} ????????

I looking for the file assym.S (like i386's port) or 
genassym.c(like sparc's port).

Some body succeed to compile this kernel ?

Luc.