all:	/lib/crt0.o /lib/fcrt0.o /lib/mcrt0.o /lib/fmcrt0.o

/lib/crt0.o:	crt0.s
	as -o crt0.o crt0.s
	install crt0.o bin 644 /lib/crt0.o

/lib/fcrt0.o:	fcrt0.s
	as -o fcrt0.o fcrt0.s
	install fcrt0.o bin 644 /lib/fcrt0.o

/lib/mcrt0.o:	mcrt0.s
	as -o mcrt0.o mcrt0.s
	install mcrt0.o bin 644 /lib/mcrt0.o

/lib/fmcrt0.o:	fmcrt0.s
	as -o fmcrt0.o fmcrt0.s
	install fmcrt0.o bin 644 /lib/fmcrt0.o
