diff options
| author | ad <ad@NetBSD.org> | 2002-03-13 15:18:19 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2002-03-13 15:18:19 +0000 |
| commit | 690cf19e33c1de7e51608448d2ecea45e53774b6 (patch) | |
| tree | 9f39d4b466726584309e5943db1aba0071d7d8b3 /sys/dev/dec | |
| parent | b89e39b91ab5e0592cdc830060747ad3dac1bc22 (diff) | |
Give wskbdmap_lk201.c its own attribute.
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/files.dec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/dec/files.dec b/sys/dev/dec/files.dec index c2b7f25f726..00ded85431d 100644 --- a/sys/dev/dec/files.dec +++ b/sys/dev/dec/files.dec @@ -1,4 +1,4 @@ -# $NetBSD: files.dec,v 1.6 2002/02/25 17:11:17 ad Exp $ +# $NetBSD: files.dec,v 1.7 2002/03/13 15:18:22 ad Exp $ # # Config file and device description for machine-independent # code for devices for Digital Equipment Corp. systems. @@ -13,7 +13,9 @@ file dev/dec/if_le_dec.c le_dec_subr # LK201 keyboard file dev/dec/lk201_ws.c lkkbd -file dev/dec/wskbdmap_lk201.c lkkbd + +define lkkbdmap +file dev/dec/wskbdmap_lk201.c lkkbdmap # DZ-11 (-compatible) tty device driver. device dz { line = -1 }: tty |
