From e6789de0c9884b566e2fcf1f944ed96075ef1702 Mon Sep 17 00:00:00 2001 From: lukem Date: Sat, 17 Jan 2004 05:29:29 +0000 Subject: [PATCH] be consistent with other platforms and select xfont as well... --- distrib/utils/sysinst/arch/news68k/md.h | 4 ++-- distrib/utils/sysinst/arch/newsmips/md.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/distrib/utils/sysinst/arch/news68k/md.h b/distrib/utils/sysinst/arch/news68k/md.h index 21cfd6f054a8..8fc30c565920 100644 --- a/distrib/utils/sysinst/arch/news68k/md.h +++ b/distrib/utils/sysinst/arch/news68k/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.18 2003/11/30 14:36:45 dsl Exp $ */ +/* $NetBSD: md.h,v 1.19 2004/01/17 05:29:29 lukem Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -64,7 +64,7 @@ #define SET_KERNEL_2_NAME "kern-GENERIC_TINY" #define MD_SETS_SELECTED (SET_KERNEL_1 | SET_SYSTEM | \ - (SET_X11 & ~SET_X11_FONTS & ~SET_X11_SERVERS)) + (SET_X11 & ~SET_X11_SERVERS)) /* * Machine-specific command to write a new label to a disk. diff --git a/distrib/utils/sysinst/arch/newsmips/md.h b/distrib/utils/sysinst/arch/newsmips/md.h index d6ba4f4b799e..4f346b0a72c9 100644 --- a/distrib/utils/sysinst/arch/newsmips/md.h +++ b/distrib/utils/sysinst/arch/newsmips/md.h @@ -1,4 +1,4 @@ -/* $NetBSD: md.h,v 1.8 2003/11/30 14:36:45 dsl Exp $ */ +/* $NetBSD: md.h,v 1.9 2004/01/17 05:29:29 lukem Exp $ */ /* * Copyright 1997 Piermont Information Systems Inc. @@ -62,7 +62,7 @@ */ #define SET_KERNEL_1_NAME "kern-GENERIC" #define MD_SETS_SELECTED (SET_KERNEL_1 | SET_SYSTEM | \ - (SET_X11 & ~SET_X11_FONTS & ~SET_X11_SERVERS)) + (SET_X11 & ~SET_X11_SERVERS)) /* * Machine-specific command to write a new label to a disk.