rasops4.c depend on rasops_masks.c

This commit is contained in:
sato 2001-02-15 09:51:28 +00:00
parent 6602ad15b5
commit a965aa1435
1 changed files with 2 additions and 2 deletions

View File

@ -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)