diff options
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/rasops/files.rasops | 10 |
1 files changed, 6 insertions, 4 deletions
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)) |
