freebsd-src/lib/csu/i386/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
111 B
Makefile
Raw Normal View History

2001-10-27 08:30:36 +00:00
.PATH: ${.CURDIR:H}/common
CFLAGS+= -I${.CURDIR}
CRT1SRC= crt1_s.S
CRT1OBJ= crt1_c.o
.include <bsd.lib.mk>