Deleted Added
full compact
Makefile (96455) Makefile (96512)
1# $FreeBSD: head/sys/boot/i386/btx/lib/Makefile 96455 2002-05-12 13:54:42Z obrien $
1# $FreeBSD: head/sys/boot/i386/btx/lib/Makefile 96512 2002-05-13 10:53:24Z ru $
2
3OBJS= btxcsu.o btxsys.o btxv86.o
4AFLAGS+= -elf
5LDFLAGS+= -elf
6CLEANFILES+= crt0.o
2
3OBJS= btxcsu.o btxsys.o btxv86.o
4AFLAGS+= -elf
5LDFLAGS+= -elf
6CLEANFILES+= crt0.o
7INTERNALLIB= true
8NOMAN= true
9NOPIC= true
10NOPROFILE= true
11
12all: crt0.o
13
14crt0.o: ${OBJS}
15 ${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
16
17.include <bsd.lib.mk>
18
19.s.o:
20 ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}
7
8all: crt0.o
9
10crt0.o: ${OBJS}
11 ${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
12
13.include <bsd.lib.mk>
14
15.s.o:
16 ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}