SHLIB= /lib/crt0s.o /lib/shlib.ifile

cktime:	cktime.c
	cc -O -c $@.c
	ld -s $@.o $(SHLIB) -o $@
	rm $@.o
