

all: hyper_help.o
	cc -O -o hyper_help hyper_help.o
	@ echo "substitute the name and location of your whatis file for"
	@ echo "/usr/man/whatis and execute"
	@ echo " './hyper_help /usr/man/whatis'"
	@ echo "              and"
	@ echo " './hyper_help /usr/man/whatis -all'"
	@ echo ""


wierd: addwhat.o
	cc -O -o addwhat addwhat.o
	chmod +x mkhelp
	@ echo "now run the mkhelp script"
	@ echo "ps- It will take quite a while"

clean:
	rm -f hyper_help
	rm -f addwhat
	rm -f *.o
