Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / boot / pc32 / btx / lib / Makefile
1 # $FreeBSD: src/sys/boot/i386/btx/lib/Makefile,v 1.3.2.2 2002/11/15 19:46:41 ru Exp $
2 # $DragonFly: src/sys/boot/pc32/btx/lib/Makefile,v 1.2 2003/06/17 04:28:18 dillon Exp $
3
4 OBJS=           btxcsu.o btxsys.o btxv86.o
5 CLEANFILES+=    crt0.o ${OBJS}
6
7 all: crt0.o
8
9 crt0.o: ${OBJS}
10         ${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
11
12 .include <bsd.lib.mk>
13
14 .s.o:
15         ${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}