From d256dc6c3ce452bd4aa7d0bf7e656d3d30e511d8 Mon Sep 17 00:00:00 2001 From: pk Date: Sat, 5 Jun 1999 10:42:11 +0000 Subject: `rasops_glue' is only here to force the header file's name hence it must be mentioned first in the expression. Shudder.. --- sys/dev/rasops/files.rasops | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/rasops/files.rasops b/sys/dev/rasops/files.rasops index 9154eeac5b4..62074b531b2 100644 --- a/sys/dev/rasops/files.rasops +++ b/sys/dev/rasops/files.rasops @@ -1,4 +1,4 @@ -# $NetBSD: files.rasops,v 1.3 1999/06/02 23:24:54 christos Exp $ +# $NetBSD: files.rasops,v 1.4 1999/06/05 10:42:11 pk Exp $ define rasops1 define rasops2 @@ -8,9 +8,11 @@ define rasops16 define rasops24 define rasops32 -file dev/rasops/rasops.c ((rasterconsole | wsdisplay) & - (rasops_glue | rasops1 | rasops2 | rasops8 | - rasops15 | rasops16 | rasops24 | rasops32)) needs-flag +# Note: `rasops_glue' is only here to force the header file's name +# hence it must be mentioned first (shudder...) +file dev/rasops/rasops.c ( (rasops_glue | + rasops1 | rasops2 | rasops8 | rasops15 | rasops16 | rasops24 | rasops32) & + (rasterconsole | wsdisplay)) needs-flag file dev/rasops/rasops_masks.c ((rasterconsole | wsdisplay) & (rasops1 | rasops2)) -- cgit