]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/powerpc64/Makefile
ident(1): Normalizing date format
[FreeBSD/FreeBSD.git] / lib / csu / powerpc64 / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR:H}/common
4
5 OBJS+=          crtsavres.o
6 CFLAGS+=        -I${.CURDIR} \
7                 -mlongcall -DCRT_IRELOC_RELA
8
9 CLEANFILES+=    crtsavres.S
10
11 # On powerpc64 crtsavres is an empty file
12 crtsavres.S:
13         touch ${.TARGET}
14
15 .include <bsd.lib.mk>