# ZXID Makefile only works using GNU Make, thus cause BSD systems to invoke it!
# Thanks to Slaven Rezic for this tip.
# $Id$

all test install:
	gmake -f Makefile ${.MAKEFLAGS} ${.TARGET}

#EOF