diff options
author | John Levon <john.levon@joyent.com> | 2018-12-19 13:01:54 +0000 |
---|---|---|
committer | John Levon <john.levon@joyent.com> | 2018-12-31 10:28:26 +0000 |
commit | 51182b3447f254910f3084fa163777afe479365f (patch) | |
tree | ccada45c56559dd506522e6a8d5bb53439d6d031 /usr/src/cmd/dtrace/test | |
parent | c80a96f941e57993b407b02fe55a9f725a070282 (diff) | |
download | illumos-joyent-deperl.tar.gz |
OS-6795 illumos-joyent build tools depend on platform Perldeperl
Diffstat (limited to 'usr/src/cmd/dtrace/test')
-rw-r--r-- | usr/src/cmd/dtrace/test/tst/Makefile.com | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/cmd/dtrace/test/tst/Makefile.com b/usr/src/cmd/dtrace/test/tst/Makefile.com index d4b787d5ec..336c68e086 100644 --- a/usr/src/cmd/dtrace/test/tst/Makefile.com +++ b/usr/src/cmd/dtrace/test/tst/Makefile.com @@ -23,6 +23,8 @@ # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # +# Copyright (c) 2018, Joyent, Inc. +# include $(SRC)/cmd/Makefile.cmd @@ -109,6 +111,6 @@ scripts: FRC @cd ../cmd/scripts; pwd; $(MAKE) install dstyle: FRC - @if [ -n "$(DSRCS)" ]; then $(DSTYLE) $(DSRCS); fi + @if [ -n "$(DSRCS)" ]; then $(PERL) $(DSTYLE) $(DSRCS); fi FRC: |