Searched refs:BINDIR (Results 276 - 298 of 298) sorted by relevance

<<1112

/freebsd-12-stable/contrib/bmake/mk/
H A Dscripts.mk21 SCRIPTSDIR?= ${BINDIR}
H A Dprogs.mk39 BINDIR \
/freebsd-12-stable/lib/libc/tests/regex/
H A DMakefile.inc5 BINDIR?= ${TESTSDIR}
/freebsd-12-stable/kerberos5/include/
H A Dconfig.h66 #define BINDIR "/usr/bin" macro
1631 #define LOGIN_PATH BINDIR "/login"
/freebsd-12-stable/share/mk/
H A Dgoogletest.test.mk35 BINDIR.${_T}= ${TESTSDIR}
H A Dbsd.files.mk38 ${group}DIR?= BINDIR
H A Dbsd.sys.mk309 STAGE_DIR.prog= ${STAGE_OBJTOP}${BINDIR}
/freebsd-12-stable/usr.bin/gh-bc/
H A DMakefile15 LINKS= ${BINDIR}/bc ${BINDIR}/dc
/freebsd-12-stable/bin/csh/
H A DMakefile53 LINKS= ${BINDIR}/csh ${BINDIR}/tcsh
/freebsd-12-stable/contrib/bc/
H A Dconfigure60 printf ' [--prefix=PREFIX] [--bindir=BINDIR] [--datarootdir=DATAROOTDIR] \\\n'
141 printf ' --bindir BINDIR\n'
142 printf ' The directory to install binaries in. Overrides "$BINDIR" if it exists.\n'
186 printf ' BINDIR The directory to install binaries in. Default is "$PREFIX/bin".\n'
517 bindir=?*) BINDIR="$LONG_OPTARG" ;;
522 BINDIR="$2"
900 if [ -z "${BINDIR+set}" ]; then
901 BINDIR="$PREFIX/bin"
1169 printf 'BINDIR=%s\n' "$BINDIR"
[all...]
H A Dconfigure.sh60 printf ' [--prefix=PREFIX] [--bindir=BINDIR] [--datarootdir=DATAROOTDIR] \\\n'
141 printf ' --bindir BINDIR\n'
142 printf ' The directory to install binaries in. Overrides "$BINDIR" if it exists.\n'
186 printf ' BINDIR The directory to install binaries in. Default is "$PREFIX/bin".\n'
517 bindir=?*) BINDIR="$LONG_OPTARG" ;;
522 BINDIR="$2"
900 if [ -z "${BINDIR+set}" ]; then
901 BINDIR="$PREFIX/bin"
1169 printf 'BINDIR=%s\n' "$BINDIR"
[all...]
/freebsd-12-stable/contrib/bmake/
H A Dbsd.after-import.mk100 echo 'BINDIR= /usr/bin'; \
/freebsd-12-stable/rescue/rescue/
H A DMakefile12 BINDIR?=/rescue macro
/freebsd-12-stable/stand/
H A Ddefs.mk41 # BINDIR is where we install
42 BINDIR?= /boot macro
/freebsd-12-stable/usr.bin/clang/lld/
H A DMakefile15 SYMLINKS= ${PROG_CXX} ${BINDIR}/ld
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dexpand_path.c85 * Expand a %{BINDIR} token
358 {"BINDIR", SPECIAL(_expand_bin_dir)},
363 {"BINDIR", FTYPE_SPECIAL, 0, BINDIR, _expand_path},
/freebsd-12-stable/contrib/gdb/gdb/
H A Dmain.c207 gdb_sysroot = make_relative_prefix (argv[0], BINDIR, TARGET_SYSTEM_ROOT);
/freebsd-12-stable/contrib/tzdata/
H A DMakefile108 BINDIR = $(TOPDIR)/$(USRDIR)/bin macro
111 ZDUMPDIR = $(BINDIR)
562 mkdir -p '$(DESTDIR)$(BINDIR)' \
572 cp tzselect '$(DESTDIR)$(BINDIR)/.'
582 mkdir -p '$(DESTDIR)$(BINDIR)' '$(DESTDIR)$(MANDIR)/man1'
583 cp date '$(DESTDIR)$(BINDIR)/.'
/freebsd-12-stable/contrib/binutils/ld/
H A Dldmain.c601 path = get_relative_sysroot (BINDIR);
717 dir = make_relative_prefix (program_name, BINDIR, SCRIPTDIR);
/freebsd-12-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec166 make install install.man BINDIR=%{_libdir}/ssh DESTDIR=$RPM_BUILD_ROOT/
/freebsd-12-stable/lib/libxo/tests/
H A DMakefile22 BINDIR= ${TESTSDIR} macro
/freebsd-12-stable/
H A DMakefile463 ${MMAKE} install DESTDIR=${MYMAKE:H} BINDIR=
/freebsd-12-stable/lib/libarchive/tests/
H A DMakefile11 BINDIR= ${TESTSDIR} macro

Completed in 236 milliseconds

<<1112