2010-07-10 03:45:55 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2017-01-20 03:52:16 +00:00
|
|
|
.PATH: ${.CURDIR:H}/common
|
2010-07-10 03:45:55 +00:00
|
|
|
|
2020-07-03 00:09:41 +00:00
|
|
|
OBJS+= crtsavres.o
|
|
|
|
CFLAGS+= -I${.CURDIR} \
|
2019-09-12 16:45:07 +00:00
|
|
|
-mlongcall -DCRT_IRELOC_RELA
|
2010-07-10 03:45:55 +00:00
|
|
|
|
2020-06-15 19:38:48 +00:00
|
|
|
CLEANFILES+= crtsavres.S
|
2011-01-13 20:44:31 +00:00
|
|
|
|
2019-01-12 21:29:54 +00:00
|
|
|
# On powerpc64 crtsavres is an empty file
|
2020-01-29 04:32:06 +00:00
|
|
|
crtsavres.S:
|
2019-01-12 21:29:54 +00:00
|
|
|
touch ${.TARGET}
|
|
|
|
|
2010-07-10 03:45:55 +00:00
|
|
|
.include <bsd.lib.mk>
|