diff options
| author | matt <matt@NetBSD.org> | 2000-06-16 23:09:57 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2000-06-16 23:09:57 +0000 |
| commit | bd24eacf646ea9a267de10e474c7736c4e4e2e0e (patch) | |
| tree | 85b76a76fb9f57944b015753dd1fae7d88ac27d2 /sys/dev/dec/Makefile | |
| parent | def1fb8a6d042990c174aff9ff022d532db5a33e (diff) | |
Move dec_boot.h to here from arch/pmax/include and add the VAX boot block
info. Eventually Alpha boot block information as well.
Diffstat (limited to 'sys/dev/dec/Makefile')
| -rw-r--r-- | sys/dev/dec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.kinc.mk> |
