all:	unsupported-make

*:	unsupported-make

unsupported-make:
	@echo "*** Sorry, your make program is not supported."
	@echo "*** Please try pmake or fmake or freebsd-make from the BSD project."
	@echo "*** Debian/Ubuntu users may install the bmake package."
	@echo "*** You can get it from http://www.sourceforge.net/projects/srezic"
	@echo ""
	@false
