# /usr/src/libc/crt/i387/Makefile 1/13/93

CRTI387=\
	rts87.o

# Primary target.
CRTI387:	$(CRTI387)
	$(AR) rkus libc.a $?
	touch $@
	: libc/crt/i387 done

# Secondary targets.
rts87.o:	rts87.s

# end of /usr/src/libc/crt/i387/Makefile
