diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-10 23:41:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-08-10 23:41:17 +0000 |
commit | 7c263cbced63b08e081bc9be16bc451a3229aabe (patch) | |
tree | 9cc373aaa38ab1e7b7df03ccfde2088cc362b9cc /sys/dev/hil | |
parent | f89054e5eae05dc099bd368327a555386e591fca (diff) |
No need for needs-flag for hil and hilms.
Diffstat (limited to 'sys/dev/hil')
-rw-r--r-- | sys/dev/hil/files.hil | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/hil/files.hil b/sys/dev/hil/files.hil index 85bc347ea36..50fe9033936 100644 --- a/sys/dev/hil/files.hil +++ b/sys/dev/hil/files.hil @@ -1,19 +1,19 @@ -# $OpenBSD: files.hil,v 1.5 2004/09/15 23:52:32 mickey Exp $ +# $OpenBSD: files.hil,v 1.6 2006/08/10 23:41:16 miod Exp $ # # Configuration file for machine-independent HIL code. # device hil {[code = -1]} -file dev/hil/hil.c hil needs-flag +file dev/hil/hil.c hil device hilkbd: wskbddev attach hilkbd at hil -file dev/hil/hilkbd.c hilkbd needs-flag +file dev/hil/hilkbd.c hilkbd needs-flag file dev/hil/hilkbdmap.c hilkbd device hilms: wsmousedev attach hilms at hil -file dev/hil/hilms.c hilms needs-flag +file dev/hil/hilms.c hilms device hilid attach hilid at hil |