OBJ=ife_dh.o
ife_dh:	$(OBJ)
	$(LINK.c) -o ife_dh $(OBJ)
install: ife_dh
	mv ife_dh ${IFE_HOME}bin/ife_dh
clean:
	rm -f *.o core
