# $Id$
# Redirect BSD make to GNU gmake for convenience

USE_GNU:
	@gmake $(.TARGETS)

$(.TARGETS): USE_GNU

.PHONY: USE_GNU