From 42dd9f2673a57f116b0e0ec63baee00f05f92c9f Mon Sep 17 00:00:00 2001 From: fvdl Date: Sun, 31 Aug 2003 16:53:03 +0000 Subject: [PATCH] Define SET_KERNEL_GENERIC. --- distrib/utils/sysinst/arch/amd64/md.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/distrib/utils/sysinst/arch/amd64/md.h b/distrib/utils/sysinst/arch/amd64/md.h index bd731a38953a..984a2a6678b5 100644 --- a/distrib/utils/sysinst/arch/amd64/md.h +++ b/distrib/utils/sysinst/arch/amd64/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.12 2003/08/19 17:25:49 dsl Exp $ */ +/* $NetBSD: md.h,v 1.13 2003/08/31 16:53:03 fvdl Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -73,6 +73,8 @@ #define SET_MD_1_NAME "toolchain" +#define SET_KERNEL_GENERIC SET_KERNEL_1 + /* Bootblock type */ EXTERN const char *boottype INIT("");