diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-17 20:26:17 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-17 20:26:17 +0000 |
commit | 252050501dca3725a2672753529d826ce7f15872 (patch) | |
tree | 746157fd31e4a3c478d7552b6c0296f372a4eb6f /sys/arch/vax/conf | |
parent | 786cf1313400d73786b44526d6df9eed3fc71829 (diff) |
Use angle bracket and no relative paths for all include files which are not
created by config(8); no functional change.
Diffstat (limited to 'sys/arch/vax/conf')
-rw-r--r-- | sys/arch/vax/conf/files.vax | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/conf/files.vax b/sys/arch/vax/conf/files.vax index cb50137de57..39c5e57856f 100644 --- a/sys/arch/vax/conf/files.vax +++ b/sys/arch/vax/conf/files.vax @@ -1,4 +1,4 @@ -# $OpenBSD: files.vax,v 1.32 2005/07/14 02:09:46 uwe Exp $ +# $OpenBSD: files.vax,v 1.33 2006/01/17 20:26:16 miod Exp $ # $NetBSD: files.vax,v 1.60 1999/08/27 20:04:32 ragge Exp $ # # new style config file for vax architecture @@ -141,7 +141,7 @@ major {rd = 23} # Machine-independent SCSI driver. # -include "../../../scsi/files.scsi" +include "scsi/files.scsi" major {sd = 20} major {st = 21} major {cd = 22} |