MFC r1.27:
[dragonfly.git] / sys / boot / pc32 / btx / lib / Makefile
blob8c515d7c8c264f57502286f14b7920d8cd0152b9
1 # $FreeBSD: src/sys/boot/i386/btx/lib/Makefile,v 1.11 2003/06/30 14:10:57 ru Exp $
2 # $DragonFly: src/sys/boot/pc32/btx/lib/Makefile,v 1.3 2003/11/10 06:08:35 dillon Exp $
4 OBJS= btxcsu.o btxsys.o btxv86.o
5 CLEANFILES= crt0.o
7 all: crt0.o
9 crt0.o: ${OBJS}
10 ${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
12 .include <bsd.prog.mk>