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