diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pegasos/stand/ofwboot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/pegasos/stand/ofwboot/Makefile b/sys/arch/pegasos/stand/ofwboot/Makefile index 0c96d6e5597..95474db815e 100644 --- a/sys/arch/pegasos/stand/ofwboot/Makefile +++ b/sys/arch/pegasos/stand/ofwboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2003/10/31 03:54:34 drahn Exp $ +# $OpenBSD: Makefile,v 1.2 2003/11/14 20:08:18 drahn Exp $ # $NetBSD: Makefile,v 1.2 1997/04/17 07:46:24 thorpej Exp $ S= ${.CURDIR}/../../../.. @@ -25,9 +25,7 @@ ENTRY= _start CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. CPPFLAGS+= -DRELOC=${RELOC} -CPPFLAGS+= -DFIRMWORKSBUGS CPPFLAGS+= -DPOWERPC_BOOT_ELF -CPPFLAGS+= -DXCOFF_GLUE # for booting PCI Powermacs LIBS!= cd $(.CURDIR)/$(R); $(MAKE) libdep |