diff options
| author | pk <pk@NetBSD.org> | 1999-06-05 10:42:11 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1999-06-05 10:42:11 +0000 |
| commit | d256dc6c3ce452bd4aa7d0bf7e656d3d30e511d8 (patch) | |
| tree | 3251060dfe2a8b36ab9b746ac5b9e6e396323114 /sys/dev/rasops | |
| parent | bffc27b5879a84e0c0f9ef1eec85bce14d217f90 (diff) | |
`rasops_glue' is only here to force the header file's name hence it must
be mentioned first in the expression.
Shudder..
Diffstat (limited to 'sys/dev/rasops')
| -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)) |
