mkfs, mkproto: minor improvements
[minix.git] / lib / csu / alpha / Makefile
blobf619e3cd4d6e8df244a381e12bf4c29c20598bd4
1 # $NetBSD: Makefile,v 1.24 2008/07/21 15:34:58 lukem Exp $
3 .include <bsd.own.mk>
5 ELFSIZE= 64
7 #Uncomment the next line to enable the new .init fallthru
8 CPPFLAGS+= -I${.CURDIR}
10 OBJS+= crtfm.o
12 .include "${.CURDIR}/../common_elf/Makefile.inc"
14 crtfm.o: crtfm.c
15 ${_MKTARGET_COMPILE}
16 ${COMPILE.c} ${.ALLSRC} -o ${.TARGET}.o
17 ${LD} -x -r -o ${.TARGET} ${.TARGET}.o
18 rm -f ${.TARGET}.o