1# ZXID Makefile only works using GNU Make, thus cause BSD systems to invoke it!
2# Thanks to Slaven Rezic for this tip.
3# $Id$
4
5all test install:
6	gmake -f Makefile ${.MAKEFLAGS} ${.TARGET}
7
8#EOF