all:
	make -f Makefile
clean cleandir:
	make -f Makefile clean
install:
	make -f Makefile install

depend mansourceinstall objdir tags:

obj:
	@: need null rule because there is an obj.c
