diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-19 15:13:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-06-19 15:13:36 +0000 |
commit | d31edacd1ead7b005d2e2c9368e30e991400abad (patch) | |
tree | 80957e140904f83268e47745eaca80278c651493 /sys/arch/vax | |
parent | b6696d46af8c8d0ef269fc5504a30c938c5a8694 (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/vax')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index 39c5e57856f..c576ee925a3 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.33 2006/01/17 20:26:16 miod Exp $ +# $OpenBSD: files.vax,v 1.34 2006/06/19 15:13:35 deraadt Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -309,7 +309,6 @@ file arch/vax/uba/dh.c dh needs-flag # These are general files needed for compilation. file dev/cninit.c -file dev/clock_subr.c vax8200|vax410|vax43|vax630|vax660|vax670|vax680|vax46|vax48|vax49|vax53 file arch/vax/vax/locore.c file arch/vax/vax/mem.c file arch/vax/vax/clock.c |