#
# The file you're looking for is makefile.real.
#

all:
	@gmake $@
clean:
	@gmake $@
install:
	@gmake $@
