From a965aa1435fda466966bfa920592a8da867b0727 Mon Sep 17 00:00:00 2001 From: sato Date: Thu, 15 Feb 2001 09:51:28 +0000 Subject: [PATCH] rasops4.c depend on rasops_masks.c --- sys/dev/rasops/files.rasops | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/rasops/files.rasops b/sys/dev/rasops/files.rasops index 257321396793..c44fe71f23f6 100644 --- a/sys/dev/rasops/files.rasops +++ b/sys/dev/rasops/files.rasops @@ -1,4 +1,4 @@ -# $NetBSD: files.rasops,v 1.7 2001/01/21 13:50:59 takemura Exp $ +# $NetBSD: files.rasops,v 1.8 2001/02/15 09:51:28 sato Exp $ # Note: `rasops_glue' is only here to force the header file's name # hence it must be mentioned first (shudder...) @@ -8,7 +8,7 @@ file dev/rasops/rasops.c ( (rasops_glue | (rasterconsole | wsdisplay)) needs-flag file dev/rasops/rasops_masks.c ((rasterconsole | wsdisplay) & - (rasops1 | rasops2)) + (rasops1 | rasops2 | rasops4)) file dev/rasops/rasops1.c ((rasterconsole | wsdisplay) & rasops1) file dev/rasops/rasops2.c ((rasterconsole | wsdisplay) & rasops2) file dev/rasops/rasops4.c ((rasterconsole | wsdisplay) & rasops4)