summaryrefslogtreecommitdiffstats
path: root/BSDmakefile
blob: ecfe32ba48e09472c8bb48c38fa23a974deeb131 (plain)
1
2
3
4
5
6
7
8
9
# $Id$
# Redirect BSD make to GNU gmake for convenience

USE_GNU:
	@gmake $(.TARGETS)

$(.TARGETS): USE_GNU

.PHONY: USE_GNU