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