summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-17 04:38:14 +0000
committerimp <imp@FreeBSD.org>2003-11-17 04:38:14 +0000
commit52658f2fb96b652cdd03121bc128ba3605f31efb (patch)
tree02ff8926d7294a6f57ff41881419c95eb5189c72
parent72e88767d2044a7c43a53e582808765d1a19b6d0 (diff)
downloadFreeBSD-src-52658f2fb96b652cdd03121bc128ba3605f31efb.zip
FreeBSD-src-52658f2fb96b652cdd03121bc128ba3605f31efb.tar.gz
Copy ukbdmap.h rules from .i386.
# maybe this should be in files. # This may fix sparc64 tinderbox. I'll kinow in a few hours.
-rw-r--r--sys/conf/files.sparc646
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 62d44a5..69bfcc8 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -102,3 +102,9 @@ sparc64/sparc64/tlb.c standard
sparc64/sparc64/trap.c standard
sparc64/sparc64/tsb.c standard
sparc64/sparc64/vm_machdep.c standard
+#
+ukbdmap.h optional ukbd_dflt_keymap \
+ compile-with "/usr/sbin/kbdcontrol -L ${UKBD_DFLT_KEYMAP} | sed -e 's/^static keymap_t.* = /static keymap_t key_map = /' -e 's/^static accentmap_t.* = /static accentmap_t accent_map = /' > ukbdmap.h" \
+ no-obj no-implicit-rule before-depend \
+ clean "ukbdmap.h"
+#
OpenPOWER on IntegriCloud