diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-13 21:11:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-13 21:11:41 +0000 |
commit | eecbfd01c7ff58ae298211bc26a8518b4ceea4e2 (patch) | |
tree | 3bad9408f4923bc789868866b4036539621e8f87 /sys/arch/macppc | |
parent | 3f1c71158d645f4df88d93943e1f5959ed42af27 (diff) |
ugly hanging tabs; ok jasper
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/stand/Makefile | 4 | ||||
-rw-r--r-- | sys/arch/macppc/stand/boot.mac/Makefile | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/sys/arch/macppc/stand/Makefile b/sys/arch/macppc/stand/Makefile index 0c258a8c93c..928524089c6 100644 --- a/sys/arch/macppc/stand/Makefile +++ b/sys/arch/macppc/stand/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2013/11/02 15:51:15 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2014/07/13 21:11:40 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:34:59 ws Exp $ MANSUBDIR=macppc @@ -25,7 +25,7 @@ libdep: @echo ${.OBJDIR}/${SALIB} ${ZLIB} -${PROG}: +${PROG}: clean:: _SUBDIRUSE diff --git a/sys/arch/macppc/stand/boot.mac/Makefile b/sys/arch/macppc/stand/boot.mac/Makefile index 0457e3acae4..78ce07a9c4d 100644 --- a/sys/arch/macppc/stand/boot.mac/Makefile +++ b/sys/arch/macppc/stand/boot.mac/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.10 2014/07/13 13:07:30 miod Exp $ +# $OpenBSD: Makefile,v 1.11 2014/07/13 21:11:40 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $ S= ${.CURDIR}/../../../.. R= .. .PATH: $(.CURDIR)/$(R) -RELOC= E00000 +RELOC= E00000 ENTRY= _entry NOMAN= PROG= boot.mac @@ -28,7 +28,8 @@ SRCS+= moddi3.c CPPFLAGS+= -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../.. CPPFLAGS+= -DRELOC=0x${RELOC} -DCONSPEED=57600 -CPPFLAGS+= -DXCOFF_GLUE # for booting PCI Powermacs +# for booting PCI Powermacs +CPPFLAGS+= -DXCOFF_GLUE CFLAGS+= -fno-pie LIBS!= cd $(.CURDIR)/$(R); $(MAKE) libdep |