File: BSDmakefile

package info (click to toggle)
nmap 6.47-3%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 44,788 kB
  • ctags: 25,108
  • sloc: ansic: 89,741; cpp: 62,412; sh: 19,492; python: 17,323; xml: 11,413; perl: 2,529; makefile: 2,503; yacc: 608; lex: 469; asm: 372; java: 45
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
# $Id: BSDmakefile 13976 2009-06-29 23:48:19Z fyodor $
# Redirect BSD make to GNU gmake for convenience

USE_GNU:
	@gmake $(.TARGETS)

$(.TARGETS): USE_GNU

.PHONY: USE_GNU