File: BSDmakefile

package info (click to toggle)
nmap 6.00-0.3%2Bdeb7u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 55,576 kB
  • sloc: ansic: 108,190; cpp: 60,191; sh: 19,314; python: 16,531; xml: 9,428; makefile: 2,473; perl: 1,980; yacc: 608; lex: 469; asm: 372
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