summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx/lib/Makefile
blob: 0eba8f91616d53d058fa1d45c033411d95e2958e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

OBJS=		btxcsu.o btxsys.o btxv86.o
CLEANFILES+=	crt0.o ${OBJS}

all: crt0.o

crt0.o: ${OBJS}
	${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}

.include <bsd.lib.mk>

.s.o:
	${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}
OpenPOWER on IntegriCloud