diff --git a/sys/arch/mac68k/conf/files.mac68k b/sys/arch/mac68k/conf/files.mac68k index bcd4364c45fe..b99b74971972 100644 --- a/sys/arch/mac68k/conf/files.mac68k +++ b/sys/arch/mac68k/conf/files.mac68k @@ -1,4 +1,4 @@ -# $NetBSD: files.mac68k,v 1.122 2008/05/22 19:49:43 hauke Exp $ +# $NetBSD: files.mac68k,v 1.123 2010/06/06 04:52:17 mrg Exp $ # mac68k-specific configuration info @@ -6,6 +6,7 @@ # (note, these are case-sensitive) defflag opt_adb.h ADB_DEBUG MRG_ADB ALTXBUTTONS defflag opt_mac68k.h DISABLE_EXT_CACHE ZS_CONSOLE_ABORT +defflag opt_grf_compat.h GRF_COMPAT defflag opt_wsdisplay_compat.h WSDISPLAY_COMPAT_ITEFONT diff --git a/sys/arch/mac68k/dev/grf_compat.c b/sys/arch/mac68k/dev/grf_compat.c index 6e185ead9ad2..67b415c3a5a1 100644 --- a/sys/arch/mac68k/dev/grf_compat.c +++ b/sys/arch/mac68k/dev/grf_compat.c @@ -1,4 +1,4 @@ -/* $NetBSD: grf_compat.c,v 1.21 2008/01/25 08:47:44 dogcow Exp $ */ +/* $NetBSD: grf_compat.c,v 1.22 2010/06/06 04:52:17 mrg Exp $ */ /* * Copyright (C) 1999 Scott Reynolds @@ -31,8 +31,10 @@ * macfb compatibility with legacy grf devices */ +#include "opt_grf_compat.h" + #include -__KERNEL_RCSID(0, "$NetBSD: grf_compat.c,v 1.21 2008/01/25 08:47:44 dogcow Exp $"); +__KERNEL_RCSID(0, "$NetBSD: grf_compat.c,v 1.22 2010/06/06 04:52:17 mrg Exp $"); #include #include