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