# Description file for crt: primitive functions, arithmetic etc.

OBJECTS =	abort.b arith.b mcount.b

all:		$(OBJECTS)

abort.b:	abort.a86
		a86 abort

arith.b:	arith.a86
		a86 arith

mcount.b:	mcount.a86
		a86 mcount
