diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-18 17:53:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-04-18 17:53:14 +0000 |
commit | b3c1597e3a7c5cd6b76127270ad5333f1e7e3d6c (patch) | |
tree | a3c3e88f9cbc292affc9e8a488d89e9d2f38c1cc /sys/arch/i386/stand/boot/Makefile | |
parent | 3662d464a8b35249677b87e7951a7ab7fb027b6a (diff) |
angelos, please forgive me );
i missed this yesterday.... now it must work for you! (;
Diffstat (limited to 'sys/arch/i386/stand/boot/Makefile')
-rw-r--r-- | sys/arch/i386/stand/boot/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |