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