freebsd-dev/sys/boot/i386/btx/lib/Makefile
1998-09-14 10:37:00 +00:00

17 lines
234 B
Makefile

# $Id:$
OBJS= btxcsu.o btxsys.o btxv86.o
LDFLAGS+= -elf
CLEANFILES+= crt0.o
INTERNALLIB= true
NOMAN= true
NOPIC= true
NOPROFILE= true
all: crt0.o
crt0.o: ${OBJS}
${LD} ${LDFLAGS} -i -o ${.TARGET} ${OBJS}
.include <bsd.lib.mk>