xref: /freebsd/lib/csu/powerpc64/Makefile (revision 315ee00f)
1
2.PATH: ${.CURDIR:H}/common
3
4OBJS+=		crtsavres.o
5CFLAGS+=	-I${.CURDIR} \
6		-mlongcall
7
8CLEANFILES+=	crtsavres.S
9
10# On powerpc64 crtsavres is an empty file
11crtsavres.S:
12	touch ${.TARGET}
13
14.include <bsd.lib.mk>
15