Permalink
Cannot retrieve contributors at this time
9 lines (6 sloc)
125 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# $Id$ | |
# Redirect BSD make to GNU gmake for convenience | |
USE_GNU: | |
@gmake $(.TARGETS) | |
$(.TARGETS): USE_GNU | |
.PHONY: USE_GNU |