aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files.sparc64
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-05-19 22:56:00 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-05-19 22:56:00 +0000
commita30881c7d79b4e281f7fd0d0d1f60b7e04bd78bc (patch)
treebc588e00975f1e4fbc6b90021a94d7ac595a2900 /sys/conf/files.sparc64
parent8835fa27595bd3d0a8030962b29cf44b24a9d6b2 (diff)
downloadsrc-a30881c7d79b4e281f7fd0d0d1f60b7e04bd78bc.tar.gz
src-a30881c7d79b4e281f7fd0d0d1f60b7e04bd78bc.zip
Sync with the other files.<arch> files and put the keyboard map
generation stuff at the beginning of this file as well as add a dependency on dev/kbd/kbd.c for ukbd(4).
Notes
Notes: svn path=/head/; revision=146419
Diffstat (limited to 'sys/conf/files.sparc64')
-rw-r--r--sys/conf/files.sparc6414
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 4a1b01dc982a..3a138d34cf9e 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -7,7 +7,12 @@
# limitations in config: backslash-newline doesn't work in strings, and
# dependency lines other than the first are silently ignored.
#
-
+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"
+#
+#
crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional ipsec ipsec_esp
crypto/blowfish/bf_enc.c optional crypto
@@ -19,6 +24,7 @@ dev/fb/creator.c optional creator sc
dev/fb/fb.c optional sc
dev/fb/splash.c optional splash
dev/kbd/kbd.c optional sc
+dev/kbd/kbd.c optional ukbd
dev/ofw/ofw_bus_if.m standard
dev/ofw/ofw_console.c optional ofw_console
dev/ofw/openfirm.c standard
@@ -115,9 +121,3 @@ sparc64/sparc64/trap.c standard
sparc64/sparc64/tsb.c standard
sparc64/sparc64/uio_machdep.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"
-#