be consistent with other platforms and select xfont as well...

This commit is contained in:
lukem 2004-01-17 05:29:29 +00:00
parent 54aa6389e9
commit e6789de0c9
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.