Deleted Added
sdiff udiff text old ( 96455 ) new ( 96512 )
full compact
1# $FreeBSD: head/sys/boot/i386/btx/lib/Makefile 96455 2002-05-12 13:54:42Z obrien $
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}