Searched refs:bindir (Results 51 - 75 of 265) sorted by relevance

1234567891011

/freebsd-12-stable/contrib/binutils/etc/
H A DMakefile.in13 bindir = @bindir@
/freebsd-12-stable/contrib/file/python/
H A DMakefile.in204 bindir = @bindir@
/freebsd-12-stable/crypto/heimdal/etc/
H A DMakefile.in278 bindir = @bindir@
545 x=$(DESTDIR)$(bindir)/$$file; \
/freebsd-12-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in278 bindir = @bindir@
547 x=$(DESTDIR)$(bindir)/$$file; \
/freebsd-12-stable/contrib/ntp/adjtimed/
H A DMakefile.in17 # we traditionally installed software in bindir, while it should have gone
148 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
450 bindir = @bindir@
537 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
539 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
540 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
560 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
561 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
567 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || lis
[all...]
/freebsd-12-stable/contrib/ntp/ntpdate/
H A DMakefile.in17 # we traditionally installed software in bindir, while it should have gone
147 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
450 bindir = @bindir@
547 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
549 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
550 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
570 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
571 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
577 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || lis
[all...]
/freebsd-12-stable/sys/contrib/zstd/programs/
H A DMakefile261 bindir ?= $(exec_prefix)/bin macro
262 BINDIR ?= $(bindir)
/freebsd-12-stable/contrib/ntp/sntp/scripts/
H A DMakefile.in335 bindir = @bindir@
/freebsd-12-stable/contrib/ntp/sntp/include/
H A DMakefile.in338 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/bin/
H A DMakefile.in272 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/bsm/
H A DMakefile.in256 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/man/
H A DMakefile.in239 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/modules/
H A DMakefile.in267 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/sys/
H A DMakefile.in267 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/sys/bsm/
H A DMakefile.in259 bindir = @bindir@
/freebsd-12-stable/contrib/openbsm/test/
H A DMakefile.in267 bindir = @bindir@
/freebsd-12-stable/contrib/openpam/bin/
H A DMakefile.in274 bindir = @bindir@
/freebsd-12-stable/contrib/openpam/doc/
H A DMakefile.in272 bindir = @bindir@
/freebsd-12-stable/contrib/openpam/include/
H A DMakefile.in272 bindir = @bindir@
/freebsd-12-stable/contrib/openpam/include/security/
H A DMakefile.in261 bindir = @bindir@
/freebsd-12-stable/contrib/openpam/lib/
H A DMakefile.in273 bindir = @bindir@
/freebsd-12-stable/contrib/openpam/modules/
H A DMakefile.in273 bindir = @bindir@
/freebsd-12-stable/contrib/libstdc++/libmath/
H A DMakefile.in197 bindir = @bindir@
/freebsd-12-stable/contrib/expat/doc/
H A DMakefile.in280 bindir = @bindir@
/freebsd-12-stable/contrib/gperf/lib/
H A Dconfigure590 bindir
678 bindir='${exec_prefix}/bin'
720 -bindir | --bindir | --bindi | --bind | --bin | --bi)
721 ac_prev=bindir ;;
722 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
723 bindir=$ac_optarg ;;
1036 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1186 --bindir
[all...]

Completed in 233 milliseconds

1234567891011