From bd24eacf646ea9a267de10e474c7736c4e4e2e0e Mon Sep 17 00:00:00 2001 From: matt Date: Fri, 16 Jun 2000 23:09:57 +0000 Subject: Move dec_boot.h to here from arch/pmax/include and add the VAX boot block info. Eventually Alpha boot block information as well. --- sys/dev/dec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/dec/Makefile') diff --git a/sys/dev/dec/Makefile b/sys/dev/dec/Makefile index c9fd656140e..e3b353e5f9a 100644 --- a/sys/dev/dec/Makefile +++ b/sys/dev/dec/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 1998/06/12 23:22:49 cgd Exp $ +# $NetBSD: Makefile,v 1.2 2000/06/16 23:09:57 matt Exp $ INCSDIR= /usr/include/dev/dec -INCS= clockvar.h lk201.h mcclock_pad32.h mcclockvar.h +INCS= clockvar.h dec_boot.h lk201.h mcclock_pad32.h mcclockvar.h .include -- cgit