Supply full path on 'include' lines for config.
authorbriggs <briggs@openbsd.org>
Wed, 1 Jan 1997 04:04:48 +0000 (04:04 +0000)
committerbriggs <briggs@openbsd.org>
Wed, 1 Jan 1997 04:04:48 +0000 (04:04 +0000)
sys/arch/mac68k/conf/GENERIC
sys/arch/mac68k/conf/PUMA
sys/arch/mac68k/conf/SPOT
sys/arch/mac68k/conf/files.mac68k

index 21fb80f..fd8bf20 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: GENERIC,v 1.12 1996/10/30 05:38:42 briggs Exp $
+#      $OpenBSD: GENERIC,v 1.13 1997/01/01 04:04:48 briggs Exp $
 #      $NetBSD: GENERIC,v 1.43 1996/09/22 06:49:09 scottr Exp $
 #
 # GENERIC
 
-include        "std.mac68k"
+include        "arch/mac68k/conf/std.mac68k"
 
 maxusers       16
 
index 92366cb..efb4afb 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: PUMA,v 1.10 1996/10/14 02:43:51 briggs Exp $
+#      $OpenBSD: PUMA,v 1.11 1997/01/01 04:04:48 briggs Exp $
 #      $NetBSD: PUMA,v 1.13 1996/08/05 01:52:15 scottr Exp $
 #
 # PUMA
 
-include        "std.mac68k"
+include        "arch/mac68k/conf/std.mac68k"
 
 maxusers       16
 
index 0bb336a..80f841d 100644 (file)
@@ -1,9 +1,9 @@
-#      $OpenBSD: SPOT,v 1.8 1996/10/28 14:19:09 briggs Exp $
+#      $OpenBSD: SPOT,v 1.9 1997/01/01 04:04:49 briggs Exp $
 #      $NetBSD: SPOT,v 1.11 1996/08/05 01:52:17 scottr Exp $
 #
 # SPOT
 
-include        "std.mac68k"
+include        "arch/mac68k/conf/std.mac68k"
 
 maxusers       16
 
index 2955fb6..22a5ae6 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: files.mac68k,v 1.8 1996/10/28 14:19:10 briggs Exp $
+#      $OpenBSD: files.mac68k,v 1.9 1997/01/01 04:04:49 briggs Exp $
 #      $NetBSD: files.mac68k,v 1.50 1996/08/05 01:00:15 scottr Exp $
 
 # mac68k-specific configuration info
@@ -56,7 +56,7 @@ device        sn: ifnet, ether
 attach sn at obio
 file   arch/mac68k/dev/if_sn.c         sn needs-flag
 
-include "../../../scsi/files.scsi"
+include "scsi/files.scsi"
 
 # Option 1 for ncr5380 support
 device ncrscsi: scsi
@@ -90,7 +90,7 @@ file  arch/mac68k/mac68k/fpu.c        fpu
 
 file   arch/m68k/m68k/copy.s
 file   arch/m68k/m68k/db_memrw.c       ddb
-include "../../m68k/fpe/files.fpe"
+include "arch/m68k/fpe/files.fpe"
 
 file   arch/mac68k/mac68k/autoconf.c
 file   arch/mac68k/mac68k/clock.c
@@ -128,5 +128,5 @@ major       {rd = 13}
 # Compatibility modules
 
 # SunOS Binary Compatibility (COMPAT_SUNOS)
-include "../../../compat/sunos/files.sunos"
+include "compat/sunos/files.sunos"
 file   arch/m68k/m68k/sunos_machdep.c  compat_sunos