Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / sys / boot / pc98 / btx / lib / Makefile
1 # $FreeBSD: src/sys/boot/pc98/btx/lib/Makefile,v 1.2.2.2 2002/12/01 08:31:57 nyan Exp $
2 # $DragonFly: src/sys/boot/pc98/btx/lib/Attic/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}