1# $FreeBSD$
2
3.PATH: ${.CURDIR:H}/common
4
5CFLAGS+=	-DCRT_IRELOC_SUPPRESS
6
7CRT1OBJS+=	crt1_s.o
8
9.include <bsd.lib.mk>
10