summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/powerpc/stand/boot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/stand/boot/Makefile b/sys/arch/powerpc/stand/boot/Makefile
index e8eb2c59ca6..5329ca5262c 100644
--- a/sys/arch/powerpc/stand/boot/Makefile
+++ b/sys/arch/powerpc/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 1997/04/27 20:56:36 millert Exp $
+# $OpenBSD: Makefile,v 1.6 1997/05/05 16:49:52 rahnds Exp $
# $NetBSD: Makefile,v 1.1 1996/09/30 16:35:05 ws Exp $
R= ..
@@ -12,6 +12,7 @@ INSTALL_STRIP=
MAKEELF= makeelf
BINDIR= /usr/mdec
#OBJS+= note.o
+LDFLAGS= -X -N -Ttext $(RELOC) -e $(ENTRY)
LIBS!= cd $(.CURDIR)/$(R); $(MAKE) libdep