Searched refs:BINDIR (Results 151 - 175 of 202) sorted by relevance

123456789

/freebsd-10.0-release/usr.bin/awk/
H A DMakefile16 LINKS= ${BINDIR}/awk ${BINDIR}/nawk
/freebsd-10.0-release/usr.sbin/nmtree/
H A DMakefile24 LINKS= ${BINDIR}/nmtree ${BINDIR}/mtree
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.h208 /* BINDIR should be defined somewhere else... */
210 #ifndef BINDIR
211 #define BINDIR "/usr/athena/bin" macro
215 #define _PATH_LOGIN BINDIR "/login"
/freebsd-10.0-release/cddl/usr.sbin/dtrace/
H A DMakefile7 BINDIR?= /usr/sbin macro
/freebsd-10.0-release/contrib/bmake/mk/
H A Ddoc.mk51 Makefile ${FILES} ${EXTRA} ${DESTDIR}${BINDIR}/${DIR}
57 BINDIR?= /usr/share/doc macro
H A Dscripts.mk13 SCRIPTSDIR?= ${BINDIR}
/freebsd-10.0-release/gnu/usr.bin/cc/cc1/
H A DMakefile12 BINDIR= /usr/libexec macro
/freebsd-10.0-release/gnu/usr.bin/gdb/gdbserver/
H A DMakefile4 BINDIR=/usr/bin macro
/freebsd-10.0-release/share/mk/
H A Dbsd.crunchgen.mk64 LINKS+= $(BINDIR)/$(PROG) $(BINDIR)/$(P)
68 LINKS+= $(BINDIR)/$(PROG) $(BINDIR)/$(A)
H A Dbsd.test.mk9 BINDIR.${_T}= ${TESTSDIR}
18 BINDIR.${_T}= ${TESTSDIR}
39 PROG_VARS+= BINDIR
H A Dbsd.prog.mk62 .if defined(BINDIR) && (\
63 ${BINDIR} == "/bin" ||\
64 ${BINDIR} == "/libexec" ||\
65 ${BINDIR} == "/sbin" ||\
66 ${BINDIR:C%/usr/(bin|bsdinstall|games|libexec|lpr|sendmail|sm.bin|sbin)(/.*)?%/usr/bin%} == "/usr/bin"\
68 DEBUGFILEDIR= ${DEBUGDIR}${BINDIR}
70 DEBUGFILEDIR?= ${BINDIR}/.debug
205 ${_INSTALLFLAGS} ${PROG} ${DESTDIR}${BINDIR}/${PROGNAME}
220 SCRIPTSDIR?= ${BINDIR}
H A DMakefile44 FILESDIR= ${BINDIR}/mk
/freebsd-10.0-release/tools/bsdbox/
H A DMakefile10 BINDIR?=/sbin macro
/freebsd-10.0-release/tools/tools/zfsboottest/
H A DMakefile5 BINDIR?= /usr/bin macro
/freebsd-10.0-release/usr.bin/tar/
H A DMakefile40 SYMLINKS= bsdtar ${BINDIR}/tar
/freebsd-10.0-release/usr.bin/vgrind/
H A DMakefile16 BINDIR= /usr/libexec macro
/freebsd-10.0-release/usr.sbin/ntp/ntpq/
H A DMakefile9 BINDIR= /usr/bin macro
/freebsd-10.0-release/share/examples/
H A DMakefile206 BINDIR= ${SHAREDIR}/examples macro
220 if [ -L ${DESTDIR}${BINDIR}/$i ]; then \
221 rm -f ${DESTDIR}${BINDIR}/$i; \
228 ${.CURDIR}/${file} ${DESTDIR}${BINDIR}/${file}
233 rm -rf ${DESTDIR}${BINDIR}/$i
234 ln -s ${.CURDIR}/$i ${DESTDIR}${BINDIR}/$i
/freebsd-10.0-release/contrib/top/
H A DMakefile.X22 # BINDIR - directory where the executable should live
32 BINDIR = %bindir%
104 $(INSTALL) -o $(OWNER) -m $(MODE) -g $(GROUP) top $(BINDIR)
113 $(INSTALL) -o $(OWNER) -m 755 -g $(GROUP) metatop $(BINDIR)/top
114 @echo $(INSTALL) -o $(OWNER) -m $(MODE) -g $(GROUP) top $(BINDIR)/top-`uname -m`-`uname -r`
116 top $(BINDIR)/top-`uname -m`-`uname -r`
/freebsd-10.0-release/libexec/rtld-elf/
H A DMakefile30 BINDIR= /libexec macro
31 SYMLINKS= ${BINDIR}/${PROG} /usr/libexec/${PROG}
/freebsd-10.0-release/cddl/usr.sbin/lockstat/
H A DMakefile8 BINDIR?= /usr/sbin macro
/freebsd-10.0-release/cddl/usr.sbin/plockstat/
H A DMakefile7 BINDIR?= /usr/sbin macro
/freebsd-10.0-release/contrib/bmake/
H A DMakefile135 SYMLINKS+= ${PROG}-${MAKE_VERSION} ${BINDIR}/${PROG}
184 BINDIR= ${prefix}/bin macro
207 test -d ${DESTDIR}${BINDIR} || ${INSTALL} -m 775 -d ${DESTDIR}${BINDIR}
/freebsd-10.0-release/contrib/groff/contrib/groffer/
H A Dgroffer.sh75 if test _@BINDIR@_ = _${_AT}BINDIR${_AT}_
83 _AT_BINDIR_AT='@BINDIR@';
/freebsd-10.0-release/gnu/usr.bin/groff/src/devices/xditview/
H A DMakefile26 BINDIR= ${X11BASE}/bin macro

Completed in 302 milliseconds

123456789