/freebsd/contrib/tnftp/ |
H A D | Makefile.in | 72 distdir dist dist-all distcheck 77 distdir = $(PACKAGE)-$(VERSION) 78 top_distdir = $(distdir) 108 DIST_ARCHIVES = $(distdir).tar.gz 430 distdir: $(DISTFILES) 482 distdir="$$new_distdir" \ 486 distdir) \ 496 dist-gzip: distdir 497 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 500 dist-bzip2: distdir [all …]
|
/freebsd/contrib/openpam/ |
H A D | Makefile.in | 142 cscope distdir distdir-am dist dist-all distcheck 166 distdir = $(PACKAGE)-$(VERSION) 167 top_distdir = $(distdir) 200 DIST_ARCHIVES = $(distdir).tar.gz 529 distdir: $(BUILT_SOURCES) 530 $(MAKE) $(AM_MAKEFLAGS) distdir-am 532 distdir-am: $(DISTFILES) 581 distdir="$$new_distdir" \ 585 distdir) \ 596 dist-gzip: distdir [all …]
|
/freebsd/contrib/file/ |
H A D | Makefile.in | 170 cscope distdir distdir-am dist dist-all distcheck 195 distdir = $(PACKAGE)-$(VERSION) 196 top_distdir = $(distdir) 229 DIST_ARCHIVES = $(distdir).tar.gz 563 distdir: $(BUILT_SOURCES) 564 $(MAKE) $(AM_MAKEFLAGS) distdir-am 566 distdir-am: $(DISTFILES) 615 distdir="$$new_distdir" \ 619 distdir) \ 630 dist-gzip: distdir [all …]
|
/freebsd/contrib/openbsm/ |
H A D | Makefile.in | 143 cscope distdir dist dist-all distcheck 175 distdir = $(PACKAGE)-$(VERSION) 176 top_distdir = $(distdir) 209 DIST_ARCHIVES = $(distdir).tar.gz 514 distdir: $(DISTFILES) 563 distdir="$$new_distdir" \ 567 distdir) \ 578 dist-gzip: distdir 579 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 582 dist-bzip2: distdir [all …]
|
/freebsd/contrib/expat/ |
H A D | Makefile.in | 221 cscope distdir distdir-am dist dist-all distcheck 255 distdir = $(PACKAGE)-$(VERSION) 256 top_distdir = $(distdir) 289 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 $(distdir).tar.lz \ 290 $(distdir).tar.xz 750 distdir: $(BUILT_SOURCES) 751 $(MAKE) $(AM_MAKEFLAGS) distdir-am 753 distdir-am: $(DISTFILES) 802 distdir="$$new_distdir" \ 806 distdir) \ [all …]
|
/freebsd/crypto/heimdal/ |
H A D | Makefile.in | 115 distdir dist dist-all distcheck 121 distdir = $(PACKAGE)-$(VERSION) 122 top_distdir = $(distdir) 152 DIST_ARCHIVES = $(distdir).tar.gz 624 distdir: $(DISTFILES) 676 distdir="$$new_distdir" \ 680 distdir) \ 685 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 694 dist-gzip: distdir 695 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz [all …]
|
H A D | Makefile.am | 57 print-distdir: 58 @echo $(distdir)
|
/freebsd/contrib/ntp/ |
H A D | Makefile.in | 176 cscope distdir distdir-am dist dist-all distcheck 213 distdir = $(PACKAGE)-$(VERSION) 214 top_distdir = $(distdir) 216 if test -d "$(distdir)"; then \ 217 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 218 && rm -rf "$(distdir)" \ 219 || { sleep 5 && rm -rf "$(distdir)"; }; \ 247 DIST_ARCHIVES = $(distdir).tar.gz 763 distdir [all...] |
/freebsd/contrib/sqlite3/ |
H A D | Makefile.in | 226 distdir = $(PACKAGE)-$(VERSION) 227 top_distdir = $(distdir) 235 DIST_ARCHIVES = $(distdir).tar.gz 728 distdir: $(BUILT_SOURCES) 729 $(MAKE) $(AM_MAKEFLAGS) distdir-am 731 distdir-am: $(DISTFILES) 770 dist-gzip: distdir 771 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 774 dist-bzip2: distdir 775 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 [all …]
|
/freebsd/contrib/ntp/sntp/ |
H A D | Makefile.in | 267 cscope distdir distdir-am dist dist-all distcheck 305 distdir = $(PACKAGE)-$(VERSION) 306 top_distdir = $(distdir) 308 if test -d "$(distdir)"; then \ 309 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 310 && rm -rf "$(distdir)" \ 311 || { sleep 5 && rm -rf "$(distdir)"; }; \ 339 DIST_ARCHIVES = $(distdir).tar.gz 1168 distdir [all...] |
/freebsd/crypto/heimdal/include/ |
H A D | Makefile.in | 153 distdir 783 if test -d "$(distdir)/$$file"; then \ 784 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 787 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 788 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 790 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 792 test -f "$(distdir)/$$file" \ 793 || cp -p $$d/$$file "$(distdir)/$$file" \ 799 test -d "$(distdir)/$$subdir" \ 800 || $(MKDIR_P) "$(distdir)/$$subdir" \ [all …]
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | make_gitrev.sh | 31 distdir=. 36 D) dist=yes; distdir=${OPTARG};; 74 GITREV="${distdir}/${GITREV}"
|
/freebsd/usr.sbin/bsdinstall/distextract/ |
H A D | distextract.c | 48 static const char *distdir = NULL; variable 75 if ((distdir = getenv("BSDINSTALL_DISTDIR")) == NULL) in main() 76 distdir = ""; in main() 189 snprintf(path, sizeof(path), "%s/MANIFEST", distdir); in count_files() 230 snprintf(path, sizeof(path), "%s/%s", distdir, file); in count_files() 274 snprintf(path, sizeof(path), "%s/%s", distdir, file->path); in extract_files()
|
/freebsd/contrib/tnftp/src/ |
H A D | Makefile.in | 667 if test -d "$(distdir)/$$file"; then \ 668 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 671 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 672 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 674 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 676 test -f "$(distdir)/$$file" \ 677 || cp -p $$d/$$file "$(distdir)/$$file" \
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | Makefile.am | 8 $(mkinstalldirs) $(distdir)/arpa 9 $(INSTALL_DATA) $(srcdir)/arpa/telnet.h $(distdir)/arpa
|
H A D | Makefile.in | 110 distdir 563 distdir: $(DISTFILES) 613 distdir="$$new_distdir" \ 617 distdir) \ 622 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 732 distdir dvi dvi-am html html-am info info-am install \ 835 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 848 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 861 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 874 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ [all …]
|
/freebsd/contrib/openpam/bin/ |
H A D | Makefile.in | 140 distdir distdir-am 461 distdir: $(BUILT_SOURCES) 462 $(MAKE) $(AM_MAKEFLAGS) distdir-am 464 distdir-am: $(DISTFILES) 511 distdir="$$new_distdir" \ 515 distdir) \ 625 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
/freebsd/contrib/openpam/include/ |
H A D | Makefile.in | 138 distdir distdir-am 459 distdir: $(BUILT_SOURCES) 460 $(MAKE) $(AM_MAKEFLAGS) distdir-am 462 distdir-am: $(DISTFILES) 509 distdir="$$new_distdir" \ 513 distdir) \ 623 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
/freebsd/contrib/openpam/doc/ |
H A D | Makefile.in | 138 distdir distdir-am 459 distdir: $(BUILT_SOURCES) 460 $(MAKE) $(AM_MAKEFLAGS) distdir-am 462 distdir-am: $(DISTFILES) 509 distdir="$$new_distdir" \ 513 distdir) \ 623 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
/freebsd/contrib/openpam/lib/ |
H A D | Makefile.in | 139 distdir distdir-am 460 distdir: $(BUILT_SOURCES) 461 $(MAKE) $(AM_MAKEFLAGS) distdir-am 463 distdir-am: $(DISTFILES) 510 distdir="$$new_distdir" \ 514 distdir) \ 624 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
/freebsd/contrib/openpam/modules/ |
H A D | Makefile.in | 139 distdir distdir-am 460 distdir: $(BUILT_SOURCES) 461 $(MAKE) $(AM_MAKEFLAGS) distdir-am 463 distdir-am: $(DISTFILES) 510 distdir="$$new_distdir" \ 514 distdir) \ 624 distclean-tags distdir dvi dvi-am html html-am info info-am \
|
/freebsd/crypto/heimdal/appl/ |
H A D | Makefile.in | 110 distdir 583 distdir: $(DISTFILES) 633 distdir="$$new_distdir" \ 637 distdir) \ 642 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 752 distdir dvi dvi-am html html-am info info-am install \ 855 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 868 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 881 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 894 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ [all …]
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | Makefile.in | 110 distdir 563 distdir: $(DISTFILES) 613 distdir="$$new_distdir" \ 617 distdir) \ 622 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 732 distdir dvi dvi-am html html-am info info-am install \ 835 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 848 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 861 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 874 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ [all …]
|
/freebsd/crypto/heimdal/lib/ |
H A D | Makefile.in | 110 distdir 590 distdir: $(DISTFILES) 640 distdir="$$new_distdir" \ 644 distdir) \ 649 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 759 distdir dvi dvi-am html html-am info info-am install \ 862 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 875 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 888 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ 901 $(NROFF_MAN) $(srcdir)/$$i > $(distdir)/$$x; \ [all …]
|
/freebsd/contrib/dialog/po/ |
H A D | makefile.inn | 191 distdir = ../$(PACKAGE)-$(VERSION)/$(subdir) 192 dist distdir: update-po $(DISTFILES) 195 ln $(srcdir)/$$file $(distdir) 2> /dev/null \ 196 || cp -p $(srcdir)/$$file $(distdir); \
|