Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / csu / arm32 / Makefile
blobc306f92d059ba0b8009369ac492991b62867a982
1 # $NetBSD: Makefile,v 1.13 1999/03/19 22:54:40 thorpej Exp $
3 .include <bsd.own.mk>
5 OBJS+= c++rt0.o
7 c++rt0.o: c++rt0.c
8 ${_MKTARGET_COMPILE}
9 ${COMPILE.c} -fpic ${.ALLSRC}
10 ${LD} -x -r ${.TARGET}
11 mv a.out ${.TARGET}
13 .include "${.CURDIR}/../common_aout/Makefile.inc"