Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / csu / alpha / Makefile
blob1e5c933d8ba6c550903d5a4e757504d36bc60904
1 # $NetBSD: Makefile,v 1.23 2006/05/19 19:11:12 christos 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