minix/lib/csu/Makefile

10 lines
153 B
Makefile
Raw Normal View History

.include <bsd.own.mk>
2010-12-10 23:20:12 +01:00
.if ${OBJECT_FMT} == "a.out"
SUBDIR=${ARCH}-aout
.elif ${OBJECT_FMT} == "ELF"
SUBDIR=${ARCH}-elf
.endif
2010-12-10 23:20:12 +01:00
.include <bsd.subdir.mk>