freebsd-skq/lib/csu/arm/Makefile
2020-07-03 00:09:41 +00:00

10 lines
116 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR:H}/common
CFLAGS+= -DCRT_IRELOC_SUPPRESS
CRT1OBJS+= crt1_s.o
.include <bsd.lib.mk>