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