freebsd-dev/sys/boot/i386/btx/lib/Makefile
2000-10-02 17:23:16 +00:00

23 lines
323 B
Makefile

# $FreeBSD$
MAINTAINER= rnordier
OBJS= btxcsu.o btxsys.o btxv86.o
AFLAGS+= -elf
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>
.s.o:
${AS} ${AFLAGS} -o ${.TARGET} ${.IMPSRC}