summaryrefslogtreecommitdiff
path: root/usr/src/tools/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/tools/scripts/Makefile')
-rw-r--r--usr/src/tools/scripts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/tools/scripts/Makefile b/usr/src/tools/scripts/Makefile
index e254a76a08..3acb27d1a4 100644
--- a/usr/src/tools/scripts/Makefile
+++ b/usr/src/tools/scripts/Makefile
@@ -66,6 +66,7 @@ PYFILES= \
hdrchk \
mapfilechk \
validate_pkg \
+ wscheck \
wsdiff
SCRIPTLINKS= \
@@ -156,7 +157,7 @@ bldenv: bldenv.sh stdenv.sh
shlintout="$$( /usr/bin/ksh93 -n "$@" 2>&1 )" ; \
[[ "$${shlintout}" != "" ]] && \
{ print -r -- "$${shlintout}" ; false ; } || true
- $(CHMOD) +x "$@"
+ $(CHMOD) +x "$@"
bldenv.1onbld: bldenv
$(RM) "$@"
@@ -168,7 +169,7 @@ bldenv.1onbld: bldenv
nightly: nightly.sh stdenv.sh
$(RM) "$@"
sed -e '/# STDENV_START/ r stdenv.sh' nightly.sh > nightly
- $(CHMOD) +x "$@"
+ $(CHMOD) +x "$@"
include ../Makefile.targ