summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-19 15:13:36 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-06-19 15:13:36 +0000
commitd31edacd1ead7b005d2e2c9368e30e991400abad (patch)
tree80957e140904f83268e47745eaca80278c651493 /sys/arch/solbourne
parentb6696d46af8c8d0ef269fc5504a30c938c5a8694 (diff)
move clock_subr.c to a better place, and now it is always in the kernel
so that things can use it; tested on all architectures; ok kettenis
Diffstat (limited to 'sys/arch/solbourne')
-rw-r--r--sys/arch/solbourne/conf/files.solbourne4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/solbourne/conf/files.solbourne b/sys/arch/solbourne/conf/files.solbourne
index 7d4426e371d..c6e3b04bea0 100644
--- a/sys/arch/solbourne/conf/files.solbourne
+++ b/sys/arch/solbourne/conf/files.solbourne
@@ -1,4 +1,4 @@
-# $OpenBSD: files.solbourne,v 1.1 2005/04/19 21:30:17 miod Exp $
+# $OpenBSD: files.solbourne,v 1.2 2006/06/19 15:13:35 deraadt Exp $
# Kernel configuration rules for OpenBSD/solbourne.
# Most device definitions and files rules are imported from
@@ -24,8 +24,6 @@ device zsclock
attach zsclock at zs
file arch/solbourne/dev/zsclock.c zsclock
-file dev/clock_subr.c
-
file arch/solbourne/solbourne/autoconf.c
file arch/solbourne/solbourne/clock.c
file arch/solbourne/solbourne/machdep.c