1# $FreeBSD$
2
3.PATH: ${.CURDIR:H}/common
4
5CFLAGS+=	-I${.CURDIR}
6CFLAGS+=	-fno-omit-frame-pointer -DCRT_IRELOC_RELA
7
8.include <bsd.lib.mk>
9