freebsd_amp_hwpstate/lib/csu/i386/Makefile

10 lines
111 B
Makefile

.PATH: ${.CURDIR:H}/common
CFLAGS+= -I${.CURDIR}
CRT1SRC= crt1_s.S
CRT1OBJ= crt1_c.o
.include <bsd.lib.mk>