xref: /freebsd/lib/csu/powerpc64/Makefile (revision c5f49ece16a92380092191fad13cb1da72af5d37)
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