diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-06 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-09-06 08:57:12 +0000 |
commit | a472a290be869e7554a190c8099e94a7f4f16666 (patch) | |
tree | 46f3da98c81cb2e2ff36a397fc397949729e0499 /Mk | |
parent | 8d342ba5626bb3ebef00556793c57400b96ac1eb (diff) | |
download | ports-a472a290be869e7554a190c8099e94a7f4f16666.tar.gz ports-a472a290be869e7554a190c8099e94a7f4f16666.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Scripts/qa.sh | 1 |
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}" ;; |