From fd438f5ca0b94ed3d88d133b522e0103dee486b8 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Wed, 8 Nov 2000 16:01:27 +0000 Subject: Merge in big portions of the improvements NetBSD did to their alpha port. Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware support, possiblity for ELF, etc, etc. Too much to mention. This is still work in progress. video consoles might be broken, otherwise we have basically the same functionality as before plus more. --- sys/arch/alpha/stand/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/stand/Makefile') diff --git a/sys/arch/alpha/stand/Makefile b/sys/arch/alpha/stand/Makefile index 4abf0902d32..3c09a2a57c8 100644 --- a/sys/arch/alpha/stand/Makefile +++ b/sys/arch/alpha/stand/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.7 2000/05/25 21:54:39 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2000/11/08 16:01:24 art Exp $ # $NetBSD: Makefile,v 1.7 1997/04/10 23:03:38 cgd Exp $ .if ${MACHINE} == "alpha" SUBDIR= boot bootxx netboot libkern libsa libz .endif -SUBDIR= setnetbootinfo installboot +SUBDIR+= setnetbootinfo installboot .include -- cgit v1.2.3