1# $FreeBSD$ 2 3.PATH: ${.CURDIR:H}/common 4 5CFLAGS+= -I${.CURDIR} 6CFLAGS+= -fno-omit-frame-pointer 7 8CRT1SRC= crt1_s.S 9CRT1OBJ= crt1_c.o 10 11.include <bsd.lib.mk> 12