Searched refs:LOCALBASE (Results 1 - 21 of 21) sorted by last modified time

/freebsd-11-stable/
H A DMakefile.inc152 LOCALBASE?= /usr/local
57 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
1467 .if !exists(${LOCALBASE}/sbin/pkg)
1638 @if [ ! -x "${LOCALBASE}/bin/kyua" ]; then \
1642 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
1651 @if [ ! -x "${LOCALBASE}/bin/doxygen" ]; then \
/freebsd-11-stable/sys/conf/
H A Dkern.post.mk54 LOCALBASE?= /usr/local macro
77 PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \
/freebsd-11-stable/share/mk/
H A Dbsd.compiler.mk44 LOCALBASE?= /usr/local macro
45 CCACHE_WRAPPER_PATH?= ${LOCALBASE}/libexec/ccache
46 CCACHE_BIN?= ${LOCALBASE}/bin/ccache
H A Dbsd.test.mk14 LOCALBASE?= /usr/local macro
H A Dbsd.snmpmod.mk29 LOCALBASE?= /usr/local macro
31 SMILINT?= ${LOCALBASE}/bin/smilint
33 SMIPATH?= ${BMIBSDIR}:${LOCALBASE}/share/snmp/mibs
H A Dsuite.test.mk80 KYUA= ${LOCALBASE}/bin/kyua
98 echo "package via the \$${LOCALBASE} variable, e.g. "; \
99 echo "LOCALBASE=\"${LOCALBASE}\""; \
H A Dtap.test.mk29 TAP_PERL_INTERPRETER?= ${LOCALBASE}/bin/perl
/freebsd-11-stable/contrib/bmake/
H A Dos.sh141 LOCALBASE=/usr/pkg
200 LOCALBASE=${LOCALBASE:-/usr/local}
242 export LOCALBASE
/freebsd-11-stable/secure/usr.sbin/sshd/
H A DMakefile63 .if defined(LOCALBASE)
64 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-11-stable/lib/libdevdctl/tests/
H A DMakefile13 CFLAGS.libdevdctl_unittest+= -I ${LOCALBASE}/include -D_THREAD_SAFE -pthread
15 LDADD.libdevdctl_unittest+= -L ${LOCALBASE}/lib -D_THREAD_SAFE -pthread -lgtest -lgtest_main
18 LOCALBASE?= /usr/local macro
/freebsd-11-stable/secure/usr.bin/ssh/
H A DMakefile34 .if defined(LOCALBASE)
35 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-11-stable/tools/tools/gensnmpdef/
H A DMakefile11 LOCALBASE?= /usr/local macro
13 BINDIR= ${LOCALBASE}/bin
15 MANDIR= ${LOCALBASE}/man/man
17 CFLAGS+= -I${LOCALBASE}/include
18 LDFLAGS+= -L${LOCALBASE}/lib
/freebsd-11-stable/cddl/usr.sbin/zfsd/tests/
H A DMakefile27 INCFLAGS+= -I${LOCALBASE}/include -D_THREAD_SAFE -pthread
28 LDFLAGS.zfsd_unittest+= -L${LOCALBASE}/lib -D_THREAD_SAFE -pthread
29 LDADD.zfsd_unittest+= ${LOCALBASE}/lib/libgtest.a
32 LDADD.zfsd_unittest+= ${LOCALBASE}/lib/libgmock.a ${LOCALBASE}/lib/libgmock_main.a
/freebsd-11-stable/tools/kerneldoc/subsys/
H A DMakefile11 LOCALBASE?=/usr/local macro
63 PATH=${LOCALBASE}/bin:${PATH} \
/freebsd-11-stable/tools/regression/atm/
H A DFuncs.sh38 -b) LOCALBASE="$2"; shift; shift;;
43 if [ "$LOCALBASE" = "" ] ; then
44 LOCALBASE="/usr/local"
/freebsd-11-stable/tools/regression/atm/proto_cc/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_cc
10 $LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_??
/freebsd-11-stable/tools/regression/atm/proto_sscfu/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_sscfu
10 $LOCALBASE/bin/ats_sscfu $options $DATA/Funcs $DATA/EST* $DATA/REL* \
/freebsd-11-stable/tools/regression/atm/proto_sscop/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_sscop
10 $LOCALBASE/bin/ats_sscop $options $DATA/Funcs $DATA/S*
/freebsd-11-stable/tools/regression/atm/proto_uni/
H A DRunTest.sh8 DATA=$LOCALBASE/share/atmsupport/testsuite_uni
10 $LOCALBASE/bin/ats_sig $options $DATA/Funcs $DATA/L3MU_Funcs $DATA/Restart.??? \
/freebsd-11-stable/tools/tools/indent_wrapper/
H A DMakefile3 LOCALBASE?= /usr/local macro
/freebsd-11-stable/contrib/ldns-host/
H A DMakefile5 LOCALBASE?=/usr/local macro
6 PREFIX?=${LOCALBASE}
9 XCFLAGS=${CFLAGS} -I${LOCALBASE}/include -std=c99 -Wall -Wextra -pedantic
10 XLDFLAGS=${LDFLAGS} -L${LOCALBASE}/lib -lldns

Completed in 249 milliseconds