Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bsddialog/lib/
H A DMakefile26 LOCALBASE = /usr/local macro
34 MANDIR = ${LOCALBASE}/share/man/man3
63 ${INSTALL} -m 644 ${HEADERS} ${LOCALBASE}/include
64 ${INSTALL} -m 644 -s ${LIBRARY_SO}.${VERSION} ${LOCALBASE}/lib/
65 ${INSTALL} -l rs ${LOCALBASE}/lib/${LIBRARY_SO}.${VERSION} ${LOCALBASE}/lib/${LIBRARY_SO}
66 ${INSTALL} -m 644 ${LIBRARY_A} ${LOCALBASE}/lib
67 ${LDCONFIG} ${LOCALBASE}/lib
71 ${RM} ${LOCALBASE}/include/${LIBRARY}*.h
72 ${RM} ${LOCALBASE}/lib/${LIBRARY_SO}
73 ${RM} ${LOCALBASE}/lib/${LIBRARY_SO}.${VERSION}
[all …]
/freebsd-14.2/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-14.2/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-14.2/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-14.2/usr.sbin/certctl/
H A Dcertctl.sh285 : ${LOCALBASE:=$(sysctl -n user.localbase)}
286 …STDIR}${DISTBASE}/usr/share/certs/trusted:${DESTDIR}${LOCALBASE}/share/certs:${DESTDIR}${LOCALBASE
287 …}${DISTBASE}/usr/share/certs/untrusted:${DESTDIR}${LOCALBASE}/etc/ssl/untrusted:${DESTDIR}${LOCALB…
/freebsd-14.2/share/mk/
H A Dbsd.snmpmod.mk38 LOCALBASE?= /usr/local
40 SMILINT?= ${LOCALBASE}/bin/smilint
42 SMIPATH?= ${BMIBSDIR}:${LOCALBASE}/share/snmp/mibs
H A Dbsd.test.mk13 LOCALBASE?= /usr/local
H A Dsuite.test.mk98 echo "KYUA=\"${LOCALBASE}/bin/kyua\""; \
H A Dbsd.compiler.mk66 LOCALBASE?= /usr/local
67 CCACHE_PKG_PREFIX?= ${LOCALBASE}
H A Dtap.test.mk28 TAP_PERL_INTERPRETER?= ${LOCALBASE}/bin/perl
H A Dbsd.README524 LOCALBASE The package root where smilint and the net-snmp
690 LOCALBASE The --prefix for the kyua package.
692 The value of LOCALBASE defaults to /usr/local .
/freebsd-14.2/contrib/bmake/
H A Dos.sh150 LOCALBASE=/usr/pkg
208 LOCALBASE=${LOCALBASE:-/usr/local}
255 export LOCALBASE
/freebsd-14.2/secure/usr.bin/ssh/
H A DMakefile33 .if defined(LOCALBASE)
34 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-14.2/secure/usr.sbin/sshd/
H A DMakefile66 .if defined(LOCALBASE)
67 CFLAGS+= -DXAUTH_PATH=\"${LOCALBASE}/bin/xauth\"
/freebsd-14.2/tools/kerneldoc/subsys/
H A DMakefile10 LOCALBASE?=/usr/local macro
62 PATH=${LOCALBASE}/bin:${PATH} \
/freebsd-14.2/tools/tools/indent_wrapper/
H A DMakefile2 LOCALBASE?= /usr/local macro
/freebsd-14.2/secure/usr.bin/ssh-agent/
H A DMakefile17 .if defined(LOCALBASE)
/freebsd-14.2/sys/conf/
H A Dkern.post.mk61 LOCALBASE?= /usr/local
63 LOCAL_MODULES_DIR?= ${LOCALBASE}/sys/modules
121 PATH=${PATH}:${LOCALBASE}/bin:${LOCALBASE}/sbin \
/freebsd-14.2/secure/lib/libssh/
H A DMakefile59 .if defined(LOCALBASE)
/freebsd-14.2/
H A DMakefile.inc159 LOCALBASE?= /usr/local
67 .if exists(${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk)
68 .include "${LOCALBASE}/share/toolchains/${CROSS_TOOLCHAIN}.mk"
1985 .if make(*package*) && !exists(${LOCALBASE}/sbin/pkg)
2298 @if [ ! -x "${LOCALBASE}/bin/kyua" ] && [ ! -x "/usr/bin/kyua" ]; then \
2302 ${_+_}PATH="$$PATH:${LOCALBASE}/bin" kyua test -k ${TESTSBASE}/Kyuafile
2311 @if [ ! -x "${LOCALBASE}/bin/doxygen" ]; then \