diff options
| author | chs <chs@NetBSD.org> | 2002-10-27 23:23:48 +0000 |
|---|---|---|
| committer | chs <chs@NetBSD.org> | 2002-10-27 23:23:48 +0000 |
| commit | 4e15ef25e94fea82d011c19a1a307d712e7d48a3 (patch) | |
| tree | 7ecceefa3cba188cc5ab21c535f5375541629117 /sys/arch/sun2 | |
| parent | e5620d742ddfad4fb6a1498ff820a19344dc2f19 (diff) | |
include wscons definitions, dev/sun/kbdvar.h needs it now.
Diffstat (limited to 'sys/arch/sun2')
| -rw-r--r-- | sys/arch/sun2/conf/files.sun2 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/sun2/conf/files.sun2 b/sys/arch/sun2/conf/files.sun2 index 29d36fbb4ae..9fc7b2d8d76 100644 --- a/sys/arch/sun2/conf/files.sun2 +++ b/sys/arch/sun2/conf/files.sun2 @@ -1,4 +1,4 @@ -# $NetBSD: files.sun2,v 1.11 2002/10/26 13:50:47 jdolecek Exp $ +# $NetBSD: files.sun2,v 1.12 2002/10/27 23:23:48 chs Exp $ # # sun2-specific configuration info @@ -153,6 +153,13 @@ file dev/sun/sunms.c ms_tty # Memory Disk for boot tape file dev/md_root.c memory_disk_hooks +# +# wscons +# + +include "dev/wscons/files.wscons" +include "dev/wsfont/files.wsfont" + # Compatibility modules # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K) |
