Deleted Added
full compact
1c1
< # $Id: Makefile,v 1.4 1998/10/14 00:24:16 rnordier Exp $
---
> # $Id: Makefile,v 1.5 1998/10/14 01:53:56 rnordier Exp $
9c9,10
< boot2.ldr boot2.bin boot2.ld boot2.out boot2.o
---
> boot2.ldr boot2.bin boot2.ld boot2.out boot2.o \
> sio.o
55c56
< boot2.out: boot2.o
---
> boot2.out: boot2.o sio.o
57c58
< ${BTX}/lib/crt0.o boot2.o
---
> ${BTX}/lib/crt0.o boot2.o sio.o
58a60,62
> sio.o: sio.s
> ${AS} ${AFLAGS} -o ${.TARGET} sio.s
>