| /src/contrib/bmake/unit-tests/ |
| H A D | varname-dot-shell.mk | 10 ORIG_SHELL:= ${.SHELL} 12 .SHELL= overwritten 13 .if ${.SHELL} != ${ORIG_SHELL} 19 .MAKEFLAGS: .SHELL+=appended 20 .if ${.SHELL} != ${ORIG_SHELL} 27 .undef .SHELL 28 .SHELL= newly overwritten 29 .if ${.SHELL} != ${ORIG_SHELL}
|
| /src/contrib/sendmail/rmail/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 16 $(SHELL) $(BUILD) $(OPTIONS) $@ 19 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/mail.local/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 16 $(SHELL) $(BUILD) $(OPTIONS) $@ 19 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 14 $(SHELL) $(BUILD) $(OPTIONS)) || exit; \ 21 $(SHELL) $(BUILD) $(OPTIONS) $@); \ 28 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \ 35 $(SHELL) $(BUILD) $(OPTIONS) $@) || exit; \ 42 $(SHELL) $(BUILD) $(OPTIONS) -c) || exit; \ 47 $(SHELL) $(BUILD) $(OPTIONS)
|
| /src/contrib/sendmail/makemap/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/test/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/libsm/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/mailstats/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/vacation/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/libsmdb/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/libsmutil/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/src/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/praliases/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/libmilter/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/editmap/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/sendmail/smrsh/ |
| H A D | Makefile | 3 SHELL= /bin/sh macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /src/contrib/ncurses/include/ |
| H A D | Makefile.in | 43 SHELL = @SHELL@ 122 AWK=$(AWK) $(SHELL) $(srcdir)/MKkey_defs.sh $(CAPLIST) >>$@ 123 $(SHELL) -c 'if test "@NCURSES_WGETCH_EVENTS@" = "1" ; then cat $(srcdir)/curses.events >>$@ ; fi' 124 $(SHELL) -c 'if test "@NCURSES_CH_T@" = "cchar_t" ; then cat $(srcdir)/curses.wide >>$@ ; fi' 130 $(SHELL) $(srcdir)/edit_cfg.sh ../include/ncurses_cfg.h $@ 134 $(SHELL) $(srcdir)/MKhashsize.sh $(CAPLIST) >$@ 137 AWK=$(AWK) $(SHELL) $(srcdir)/MKncurses_def.sh $(srcdir)/ncurses_defs >$@ 141 AWK=$(AWK) $(SHELL) $(srcdir)/MKparametrized.sh $(CAPLIST) >$@ 167 @$(SHELL) -c "for header in *.h;\
|
| /src/contrib/ncurses/misc/ |
| H A D | Makefile.in | 46 SHELL = @SHELL@ 126 @MAKE_DATABASE@ $(SHELL) ./run_tic.sh 128 @MAKE_DATABASE@ $(SHELL) -c 'for i in * ; do \ 157 @MAKE_PC_FILES@ @$(SHELL) -c 'case "x$(PKG_CONFIG_LIBDIR)" in \ 174 @MAKE_PC_FILES@ $(SHELL) ./gen-pkgconfig 185 $(SHELL) $(srcdir)/gen_edit.sh >$@ 198 @MAKE_DATABASE@ -$(SHELL) -c 'if test -d $(TABSETDIR) ; then rm -rf $(TABSETDIR); fi' 199 @MAKE_DATABASE@ -$(SHELL) -c 'if test -d $(TICDIR) ; then rm -rf $(TICDIR); fi' 200 @MAKE_DATABASE@ -$(SHELL) -c 'if test -f $(TICFILE) ; then rm -f $(TICFILE); fi' 204 @MAKE_PC_FILES@ @$(SHELL) -c 'case x$(INSTALL_CONFIG) in \
|
| /src/contrib/ncurses/man/ |
| H A D | Makefile.in | 38 SHELL = @SHELL@ 85 $(SHELL) ../edit_man.sh normal installing $(EDITARGS) 88 -$(SHELL) ../edit_man.sh normal removing $(EDITARGS) 98 $(SHELL) MKterminfo.tmp $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5 107 $(SHELL) $(srcdir)/make_sed.sh @MANPAGE_RENAMES@ >../edit_man.sed
|
| /src/usr.bin/bmake/tests/shell/select/ |
| H A D | Makefile.test | 11 .SHELL: name=sh 16 .SHELL: name=csh 21 .SHELL: name=ksh
|
| /src/contrib/byacc/ |
| H A D | makefile.in | 50 SHELL = /bin/sh 102 @ $(SHELL) ./install-man $(srcdir)/$(THIS).1 $(mandir)/$(actual_man) 110 @ $(SHELL) ./install-man $(mandir)/$(actual_man) 152 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_test.sh $(testdir) 156 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_make.sh $(testdir) 160 @FGREP="$(FGREP)" $(SHELL) $(testdir)/run_lint.sh $(testdir)
|
| /src/usr.bin/bmake/tests/shell/path/ |
| H A D | Makefile.test | 14 .SHELL: path=${.OBJDIR}/sh 20 .SHELL: path=${.OBJDIR}/csh 26 .SHELL: path=${.OBJDIR}/ksh
|
| /src/usr.bin/bmake/tests/shell/path_select/ |
| H A D | Makefile.test | 14 .SHELL: name=sh path=${.CURDIR}/shell 20 .SHELL: name=csh path=${.CURDIR}/shell 26 .SHELL: name=ksh path=${.CURDIR}/shell
|
| /src/bin/ed/test/ |
| H A D | Makefile | 1 SHELL= /bin/sh macro 17 $(SHELL) mkscripts.sh $(ED); \ 22 @$(SHELL) ckscripts.sh $(ED)
|
| /src/bin/kill/ |
| H A D | kill.c | 44 #ifdef SHELL 116 #ifdef SHELL in main() 144 #ifdef SHELL in nosig() 174 #ifdef SHELL in usage()
|