From: mickey Date: Fri, 18 Apr 1997 17:53:13 +0000 (+0000) Subject: angelos, please forgive me ); X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b5207a1bbbcc6a140afed9c12717e793bf41baee;p=openbsd angelos, please forgive me ); i missed this yesterday.... now it must work for you! (; --- diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile index b5b84fb74cc..b46aaa47ff5 100644 --- a/sys/arch/i386/stand/boot/Makefile +++ b/sys/arch/i386/stand/boot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 1997/04/17 22:46:21 weingart Exp $ +# $OpenBSD: Makefile,v 1.5 1997/04/18 17:53:13 mickey Exp $ PROG= boot SRCS= srt0.S boot.c cmd.c conf.c @@ -7,10 +7,12 @@ AFLAGS+=-Wa,-R # AFLAGS+=-Wa,-a LD=ld LDFLAGS+=-nostdlib -Ttext $(START) -z -x -e start_boot -Bstatic +STRIP= MAN= boot.8 +SADIR=${.CURDIR}/.. -LDADD= -L../libsa -lsa -L../libz -lz -DPADD= ../libsa/libsa.a ../libz/libz.a +LDADD= ${LIBSA} ${LIBZ} +DPADD= ${LIBSA} ${LIBZ} all: machine-links