| /freebsd-12-stable/contrib/bearssl/mk/ |
| D | Defaults.mk | 28 BUILD = build 29 OBJDIR = $(BUILD)$Pobj 30 BEARSSLLIB = $(BUILD)$P$(LP)bearssl$L 31 BEARSSLDLL = $(BUILD)$P$(DP)bearssl$D 32 BRSSL = $(BUILD)$Pbrssl$E 33 TESTCRYPTO = $(BUILD)$Ptestcrypto$E 34 TESTSPEED = $(BUILD)$Ptestspeed$E 35 TESTX509 = $(BUILD)$Ptestx509$E
|
| /freebsd-12-stable/contrib/sendmail/mail.local/ |
| D | Makefile | 4 BUILD= ./Build 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
|
| /freebsd-12-stable/contrib/sendmail/rmail/ |
| D | Makefile | 4 BUILD= ./Build 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
|
| /freebsd-12-stable/contrib/sendmail/ |
| D | Makefile | 7 BUILD= ./Build 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)
|
| /freebsd-12-stable/contrib/sendmail/editmap/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/praliases/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/libsmutil/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/libmilter/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/vacation/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/test/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/smrsh/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/libsmdb/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/libsm/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/makemap/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/sendmail/mailstats/ |
| D | Makefile | 4 BUILD= ./Build macro 8 $(SHELL) $(BUILD) $(OPTIONS) $@ 10 $(SHELL) $(BUILD) $(OPTIONS) $@ 12 $(SHELL) $(BUILD) $(OPTIONS) $@ 14 $(SHELL) $(BUILD) $(OPTIONS) $@ 17 $(SHELL) $(BUILD) $(OPTIONS) -c
|
| /freebsd-12-stable/contrib/openresolv/ |
| D | configure | 6 BUILD= 32 --build) BUILD=$var;; 51 if [ -z "$BUILD" ]; then 53 BUILD=$(uname -m)-unknown-$(uname -s | tr '[:upper:]' '[:lower:]') 55 : ${HOST:=$BUILD}
|
| /freebsd-12-stable/contrib/sqlite3/tea/ |
| D | README | 7 UNIX BUILD 20 WINDOWS BUILD
|
| /freebsd-12-stable/contrib/nvi/ex/ |
| D | ex_subst.c | 312 #define BUILD(sp, l, len) do { \ macro 588 BUILD(sp, s + offset, 1); in s() 660 BUILD(sp, s +offset, match[0].rm_eo); in s() 683 BUILD(sp, s + offset, match[0].rm_so); in s() 714 BUILD(sp, s + offset, len); in s() 747 BUILD(sp, s, offset); in s() 783 BUILD(sp, s + offset, len); in s()
|
| /freebsd-12-stable/contrib/bearssl/conf/ |
| D | UnixClang.mk | 8 BUILD = bclang
|
| D | Unix32.mk | 9 BUILD = build32
|
| D | samd20.mk | 9 BUILD = samd20
|
| D | Unix.mk | 4 BUILD = build
|
| D | Win.mk | 4 BUILD = build
|
| /freebsd-12-stable/contrib/googletest/ |
| D | Makefile.am | 11 BUILD.bazel \
|