From e263f030c98174d2a7ee2de4a50ab756bcd29caa Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Tue, 28 Jan 2003 16:37:22 +0000 Subject: [PATCH] NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64. --- sys/conf/files.amd64 | 1 - sys/conf/files.powerpc | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64 index 1c3f67b4bbc..036dc507f41 100644 --- a/sys/conf/files.amd64 +++ b/sys/conf/files.amd64 @@ -32,7 +32,6 @@ dev/syscons/sysmouse.c optional sc isa/atkbd_isa.c optional atkbd libkern/ffs.c standard -kern/subr_disklabel.c standard x86_64/x86_64/autoconf.c standard x86_64/x86_64/bios.c standard diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc index 91bfa29de95..3a0715c1ad2 100644 --- a/sys/conf/files.powerpc +++ b/sys/conf/files.powerpc @@ -8,7 +8,6 @@ # dependency lines other than the first are silently ignored. # # -kern/subr_disklabel.c standard powerpc/powerpc/atomic.S standard powerpc/powerpc/autoconf.c standard