From a1e33b0fbfac2bb407b674f01f0e784822be1870 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 26 Jan 2004 19:57:36 +0000 Subject: [PATCH] Remove Makefile.inc --- sys/boot/i386/Makefile.inc | 18 ------------------ sys/boot/pc32/Makefile.inc | 18 ------------------ 2 files changed, 36 deletions(-) delete mode 100644 sys/boot/i386/Makefile.inc delete mode 100644 sys/boot/pc32/Makefile.inc diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc deleted file mode 100644 index 5e652eb097..0000000000 --- a/sys/boot/i386/Makefile.inc +++ /dev/null @@ -1,18 +0,0 @@ -# Common defines for all of /sys/boot/i386/ -# -# $FreeBSD: src/sys/boot/i386/Makefile.inc,v 1.4 2003/06/26 03:51:57 peter Exp $ -# $DragonFly: src/sys/boot/i386/Attic/Makefile.inc,v 1.3 2003/11/10 06:08:34 dillon Exp $ - -LOADER_ADDRESS?= 0x200000 -CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 - -.if ${MACHINE_ARCH} == "amd64" -.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true -.endif - -.if defined(REALLY_AMD64) && !defined(__been_to_Makefile_inc) -__been_to_Makefile_inc= 1 -CFLAGS+= -m32 -LDFLAGS+= -m elf_i386_fbsd -AFLAGS+= --32 -.endif diff --git a/sys/boot/pc32/Makefile.inc b/sys/boot/pc32/Makefile.inc deleted file mode 100644 index e5aaffd06e..0000000000 --- a/sys/boot/pc32/Makefile.inc +++ /dev/null @@ -1,18 +0,0 @@ -# Common defines for all of /sys/boot/i386/ -# -# $FreeBSD: src/sys/boot/i386/Makefile.inc,v 1.4 2003/06/26 03:51:57 peter Exp $ -# $DragonFly: src/sys/boot/pc32/Makefile.inc,v 1.3 2003/11/10 06:08:34 dillon Exp $ - -LOADER_ADDRESS?= 0x200000 -CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 - -.if ${MACHINE_ARCH} == "amd64" -.MAKEFLAGS: MACHINE_ARCH=i386 MACHINE=i386 REALLY_AMD64=true -.endif - -.if defined(REALLY_AMD64) && !defined(__been_to_Makefile_inc) -__been_to_Makefile_inc= 1 -CFLAGS+= -m32 -LDFLAGS+= -m elf_i386_fbsd -AFLAGS+= --32 -.endif -- 2.41.0