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