The Wayback Machine - https://web.archive.org/web/20211226195817/https://github.com/nmap/nmap/blob/master/BSDmakefile
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
# $Id$
# Redirect BSD make to GNU gmake for convenience
USE_GNU:
@gmake $(.TARGETS)
$(.TARGETS): USE_GNU
.PHONY: USE_GNU