xref: /freebsd-14.2/lib/csu/aarch64/Makefile (revision d0b2dbfa)
1
2.PATH: ${.CURDIR:H}/common
3
4CFLAGS+=	-I${.CURDIR}
5
6CRT1SRC=	crt1_s.S
7CRT1OBJ=	crt1_c.o
8
9.include <bsd.lib.mk>
10