diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-05 16:49:53 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1997-05-05 16:49:53 +0000 |
commit | 5bdee1aac19bdc65d2bef1702bed5805d5d47c2a (patch) | |
tree | c22717437687ceeb752e61da25028fd2f3bb0663 /sys/arch/powerpc/stand | |
parent | 2fb170922c92611729e84a1f16a4722138e49b54 (diff) |
This is not getting picked up from ../Makefile.inc
set it here.
This probably will go away shortly for preference to ofwboot.
Diffstat (limited to 'sys/arch/powerpc/stand')
-rw-r--r-- | sys/arch/powerpc/stand/boot/Makefile | 3 |
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 |