Searched refs:LOCALBASE (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/tools/tools/gensnmpdef/
H A DMakefile12 LOCALBASE?= /usr/local macro
14 BINDIR= ${LOCALBASE}/bin
16 MANDIR= ${LOCALBASE}/man/man
18 CFLAGS+= -I${LOCALBASE}/include
19 LDFLAGS+= -L${LOCALBASE}/lib
/freebsd-current/lib/libdevdctl/tests/
H A DMakefile12 CFLAGS.libdevdctl_unittest+= -I ${LOCALBASE}/include -D_THREAD_SAFE -pthread
14 LDADD.libdevdctl_unittest+= -L ${LOCALBASE}/lib -D_THREAD_SAFE -pthread -lgtest -lgtest_main
17 LOCALBASE?= /usr/local macro
/freebsd-current/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-current/tools/tools/indent_wrapper/
H A DMakefile2 LOCALBASE?= /usr/local macro
/freebsd-current/secure/usr.bin/ssh/
H A DMakefile33 .if defined(LOCALBASE)
34 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-current/secure/usr.bin/ssh-agent/
H A DMakefile17 .if defined(LOCALBASE)
18 CFLAGS+= -DDEFAULT_PKCS11_WHITELIST='"/usr/lib*/*,${LOCALBASE}/lib*/*"'
/freebsd-current/share/mk/
H A Dbsd.snmpmod.mk38 LOCALBASE?= /usr/local macro
40 SMILINT?= ${LOCALBASE}/bin/smilint
42 SMIPATH?= ${BMIBSDIR}:${LOCALBASE}/share/snmp/mibs
H A Dtap.test.mk28 TAP_PERL_INTERPRETER?= ${LOCALBASE}/bin/perl
H A Dsuite.test.mk98 echo "KYUA=\"${LOCALBASE}/bin/kyua\""; \
H A Dbsd.test.mk13 LOCALBASE?= /usr/local macro
H A Dbsd.compiler.mk66 LOCALBASE?= /usr/local macro
67 CCACHE_PKG_PREFIX?= ${LOCALBASE}
/freebsd-current/usr.sbin/certctl/
H A Dcertctl.sh339 : ${LOCALBASE:=$(sysctl -n user.localbase)}
340 : ${TRUSTPATH:=${DESTDIR}${DISTBASE}/usr/share/certs/trusted:${DESTDIR}${LOCALBASE}/share/certs:${DESTDIR}${LOCALBASE}/etc/ssl/certs}
341 : ${UNTRUSTPATH:=${DESTDIR}${DISTBASE}/usr/share/certs/untrusted:${DESTDIR}${LOCALBASE}/etc/ssl/untrusted:${DESTDIR}${LOCALBASE}/etc/ssl/blacklisted}
/freebsd-current/secure/usr.sbin/sshd/
H A DMakefile66 .if defined(LOCALBASE)
67 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-current/contrib/bmake/
H A Dos.sh154 LOCALBASE=/usr/pkg
212 LOCALBASE=${LOCALBASE:-/usr/local}
259 export LOCALBASE
/freebsd-current/tools/kerneldoc/subsys/
H A DMakefile10 LOCALBASE?=/usr/local macro
62 PATH=${LOCALBASE}/bin:${PATH} \
/freebsd-current/secure/lib/libssh/
H A DMakefile59 .if defined(LOCALBASE)
60 CFLAGS+= -D_PATH_SSH_ASKPASS_DEFAULT='"${LOCALBASE}/bin/ssh-askpass"'
/freebsd-current/sys/conf/
H A Dkern.post.mk61 LOCALBASE?= /usr/local macro
63 LOCAL_MODULES_DIR?= ${LOCALBASE}/sys/modules
121 PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \
/freebsd-current/tests/ci/
H A DMakefile28 LOCALBASE?= /usr/local macro
/freebsd-current/
H A DMakefile.inc159 LOCALBASE?= /usr/local
67 .if exists(${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk)
68 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
1525 LOCALBASE=${LOCALBASE:Q} \
2006 .if make(*package*) && !exists(${LOCALBASE}/sbin/pkg)
2345 @if [ ! -x "${LOCALBASE}/bin/kyua" ] && [ ! -x "/usr/bin/kyua" ]; then \
2349 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
2358 @if [ ! -x "${LOCALBASE}/bin/doxygen" ]; then \

Completed in 137 milliseconds