Home
last modified time | relevance | path

Searched refs:LOCALBASE (Results 1 – 22 of 22) sorted by relevance

/freebsd-12.1/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-12.1/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
/freebsd-12.1/tools/regression/atm/
H A DFuncs.sh38 -b) LOCALBASE="$2"; shift; shift;;
43 if [ "$LOCALBASE" = "" ] ; then
44 LOCALBASE="/usr/local"
/freebsd-12.1/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-12.1/share/mk/
H A Dsuite.test.mk80 KYUA= ${LOCALBASE}/bin/kyua
98 echo "package via the \$${LOCALBASE} variable, e.g. "; \
99 echo "LOCALBASE=\"${LOCALBASE}\""; \
H A Dbsd.snmpmod.mk31 LOCALBASE?= /usr/local
33 SMILINT?= ${LOCALBASE}/bin/smilint
35 SMIPATH?= ${BMIBSDIR}:${LOCALBASE}/share/snmp/mibs
H A Dbsd.compiler.mk49 LOCALBASE?= /usr/local
50 CCACHE_WRAPPER_PATH?= ${LOCALBASE}/libexec/ccache
51 CCACHE_BIN?= ${LOCALBASE}/bin/ccache
H A Dbsd.test.mk14 LOCALBASE?= /usr/local
H A Dtap.test.mk29 TAP_PERL_INTERPRETER?= ${LOCALBASE}/bin/perl
H A Dbsd.README493 LOCALBASE The package root where smilint and the net-snmp
661 LOCALBASE The --prefix for the kyua package.
663 The value of LOCALBASE defaults to /usr/local .
/freebsd-12.1/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-12.1/contrib/bmake/
H A Dos.sh141 LOCALBASE=/usr/pkg
200 LOCALBASE=${LOCALBASE:-/usr/local}
242 export LOCALBASE
/freebsd-12.1/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-12.1/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-12.1/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-12.1/secure/usr.bin/ssh/
H A DMakefile36 .if defined(LOCALBASE)
37 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-12.1/secure/usr.sbin/sshd/
H A DMakefile68 .if defined(LOCALBASE)
69 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-12.1/tools/kerneldoc/subsys/
H A DMakefile11 LOCALBASE?=/usr/local macro
63 PATH=${LOCALBASE}/bin:${PATH} \
/freebsd-12.1/tools/tools/indent_wrapper/
H A DMakefile3 LOCALBASE?= /usr/local macro
/freebsd-12.1/sys/conf/
H A Dkern.post.mk65 LOCALBASE?= /usr/local
88 PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \
/freebsd-12.1/tools/tools/tinybsd/
H A DCHANGES15 - Revision on Makefile to respect non-standard LOCALBASE/X11BASE on FreeBSD.
/freebsd-12.1/
H A DMakefile.inc158 LOCALBASE?= /usr/local
63 .if exists(${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk)
64 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
1756 .if make(*package*) && !exists(${LOCALBASE}/sbin/pkg)
1924 @if [ ! -x "${LOCALBASE}/bin/kyua" ]; then \
1928 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
1937 @if [ ! -x "${LOCALBASE}/bin/doxygen" ]; then \