CFLAGS= -f68881

ife_bh:	ife_bh.o
	cc ${CFLAGS} -o ife_bh ife_bh.o
install: ife_bh
	mv ife_bh ${IFE_HOME}bin/ife_bh
clean:
	rm -f *.o core a.out
