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