aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-09-06 08:57:12 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-09-06 08:57:12 +0000
commita472a290be869e7554a190c8099e94a7f4f16666 (patch)
tree46f3da98c81cb2e2ff36a397fc397949729e0499 /Mk
parent8d342ba5626bb3ebef00556793c57400b96ac1eb (diff)
downloadports-a472a290be869e7554a190c8099e94a7f4f16666.tar.gz
ports-a472a290be869e7554a190c8099e94a7f4f16666.zip
Add make to the list of allowed shebang
PR: 228874 Reported by: jwb
Notes
Notes: svn path=/head/; revision=511285
Diffstat (limited to 'Mk')
-rw-r--r--Mk/Scripts/qa.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/Scripts/qa.sh b/Mk/Scripts/qa.sh
index de3b57740fb3..7cf3d8b84708 100644
--- a/Mk/Scripts/qa.sh
+++ b/Mk/Scripts/qa.sh
@@ -77,6 +77,7 @@ shebangonefile() {
/usr/bin/nawk) ;;
/usr/bin/sed) ;;
/usr/sbin/dtrace) ;;
+ /usr/bin/make) ;;
*)
badinterp="${interp}"
;;