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