| /freebsd-13.1/tools/tools/gensnmpdef/ |
| H A D | Makefile | 13 LOCALBASE?= /usr/local macro 15 BINDIR= ${LOCALBASE}/bin 17 MANDIR= ${LOCALBASE}/man/man 19 CFLAGS+= -I${LOCALBASE}/include 20 LDFLAGS+= -L${LOCALBASE}/lib
|
| /freebsd-13.1/contrib/ldns-host/ |
| H A D | Makefile | 5 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-13.1/tools/regression/atm/ |
| H A D | Funcs.sh | 38 -b) LOCALBASE="$2"; shift; shift;; 43 if [ "$LOCALBASE" = "" ] ; then 44 LOCALBASE="/usr/local"
|
| /freebsd-13.1/lib/libdevdctl/tests/ |
| H A D | Makefile | 13 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-13.1/share/mk/ |
| H A D | bsd.snmpmod.mk | 39 LOCALBASE?= /usr/local 41 SMILINT?= ${LOCALBASE}/bin/smilint 43 SMIPATH?= ${BMIBSDIR}:${LOCALBASE}/share/snmp/mibs
|
| H A D | bsd.compiler.mk | 67 LOCALBASE?= /usr/local 68 CCACHE_WRAPPER_PATH?= ${LOCALBASE}/libexec/ccache 69 CCACHE_BIN?= ${LOCALBASE}/bin/ccache
|
| H A D | bsd.test.mk | 14 LOCALBASE?= /usr/local
|
| H A D | suite.test.mk | 99 echo "KYUA=\"${LOCALBASE}/bin/kyua\""; \
|
| H A D | tap.test.mk | 29 TAP_PERL_INTERPRETER?= ${LOCALBASE}/bin/perl
|
| H A D | bsd.README | 525 LOCALBASE The package root where smilint and the net-snmp 693 LOCALBASE The --prefix for the kyua package. 695 The value of LOCALBASE defaults to /usr/local .
|
| /freebsd-13.1/tools/regression/atm/proto_sscop/ |
| H A D | RunTest.sh | 8 DATA=$LOCALBASE/share/atmsupport/testsuite_sscop 10 $LOCALBASE/bin/ats_sscop $options $DATA/Funcs $DATA/S*
|
| /freebsd-13.1/tools/regression/atm/proto_cc/ |
| H A D | RunTest.sh | 8 DATA=$LOCALBASE/share/atmsupport/testsuite_cc 10 $LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_??
|
| /freebsd-13.1/tools/regression/atm/proto_sscfu/ |
| H A D | RunTest.sh | 8 DATA=$LOCALBASE/share/atmsupport/testsuite_sscfu 10 $LOCALBASE/bin/ats_sscfu $options $DATA/Funcs $DATA/EST* $DATA/REL* \
|
| /freebsd-13.1/tools/regression/atm/proto_uni/ |
| H A D | RunTest.sh | 8 DATA=$LOCALBASE/share/atmsupport/testsuite_uni 10 $LOCALBASE/bin/ats_sig $options $DATA/Funcs $DATA/L3MU_Funcs $DATA/Restart.??? \
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | os.sh | 144 LOCALBASE=/usr/pkg 203 LOCALBASE=${LOCALBASE:-/usr/local} 245 export LOCALBASE
|
| /freebsd-13.1/usr.sbin/certctl/ |
| H A D | certctl.sh | 282 : ${LOCALBASE:=$(sysctl -n user.localbase)} 283 …TPATH:=${DESTDIR}/usr/share/certs/trusted:${DESTDIR}${LOCALBASE}/share/certs:${DESTDIR}${LOCALBASE… 284 : ${BLACKLISTPATH:=${DESTDIR}/usr/share/certs/blacklisted:${DESTDIR}${LOCALBASE}/etc/ssl/blackliste…
|
| /freebsd-13.1/secure/usr.bin/ssh/ |
| H A D | Makefile | 34 .if defined(LOCALBASE) 35 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
|
| /freebsd-13.1/secure/usr.sbin/sshd/ |
| H A D | Makefile | 67 .if defined(LOCALBASE) 68 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
|
| /freebsd-13.1/tools/kerneldoc/subsys/ |
| H A D | Makefile | 11 LOCALBASE?=/usr/local macro 63 PATH=${LOCALBASE}/bin:${PATH} \
|
| /freebsd-13.1/tools/tools/indent_wrapper/ |
| H A D | Makefile | 3 LOCALBASE?= /usr/local macro
|
| /freebsd-13.1/secure/usr.bin/ssh-agent/ |
| H A D | Makefile | 18 .if defined(LOCALBASE)
|
| /freebsd-13.1/sys/conf/ |
| H A D | kern.post.mk | 66 LOCALBASE?= /usr/local 68 LOCAL_MODULES_DIR?= ${LOCALBASE}/sys/modules 126 PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \
|
| /freebsd-13.1/tools/tools/tinybsd/ |
| H A D | CHANGES | 15 - Revision on Makefile to respect non-standard LOCALBASE/X11BASE on FreeBSD.
|
| /freebsd-13.1/secure/lib/libssh/ |
| H A D | Makefile | 59 .if defined(LOCALBASE)
|
| /freebsd-13.1/ |
| H A D | Makefile.inc1 | 60 LOCALBASE?= /usr/local 67 .if exists(${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk) 68 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk" 1897 .if make(*package*) && !exists(${LOCALBASE}/sbin/pkg) 2125 @if [ ! -x "${LOCALBASE}/bin/kyua" ] && [ ! -x "/usr/bin/kyua" ]; then \ 2129 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile 2138 @if [ ! -x "${LOCALBASE}/bin/doxygen" ]; then \
|