diff options
| author | nakayama <nakayama@NetBSD.org> | 2003-01-24 16:54:34 +0000 |
|---|---|---|
| committer | nakayama <nakayama@NetBSD.org> | 2003-01-24 16:54:34 +0000 |
| commit | 54e4cb1a6c16e633d13d40ff7a23aa49c45bca4f (patch) | |
| tree | 5a6c69e3449164891caf9abbcf922a48e103ff42 /sys/dev/sun | |
| parent | 9ba98c598b45658069ba03b5ce6b90fb563d872f (diff) | |
fix kernel build error, such a configs w/o kbd, ms.
(approved by martin)
Diffstat (limited to 'sys/dev/sun')
| -rw-r--r-- | sys/dev/sun/files.sun | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sun/files.sun b/sys/dev/sun/files.sun index 35775c9483c..f7c0340f95b 100644 --- a/sys/dev/sun/files.sun +++ b/sys/dev/sun/files.sun @@ -1,4 +1,4 @@ -# $NetBSD: files.sun,v 1.6 2002/10/26 19:11:13 martin Exp $ +# $NetBSD: files.sun,v 1.7 2003/01/24 16:54:35 nakayama Exp $ # # Configuration file for devices found on Sun machines. # @@ -9,7 +9,7 @@ # define firm_events -file dev/sun/event.c firm_events +file dev/sun/event.c firm_events needs-flag # upper layer of sun kbd driver |
