Searched refs:SYSDIR (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/tools/tools/kttcp/
H A DMakefile8 SYSDIR?=/usr/src/sys macro
10 CFLAGS += -I${SYSDIR} -Isys
15 cd sys; SYSDIR=${SYSDIR} make
19 cd sys; SYSDIR=${SYSDIR} make install macro
23 cd sys; SYSDIR=${SYSDIR} make clean macro
/freebsd-10.1-release/share/mk/
H A Dbsd.kmod.mk6 .if !defined(SYSDIR) && exists(${_dir}/kern/) && exists(${_dir}/conf/kmod.mk)
7 SYSDIR= ${_dir} macro
10 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/) || \
11 !exists(${SYSDIR}/conf/kmod.mk)
12 .error Unable to locate the kernel source tree. Set SYSDIR to override.
15 .include "${SYSDIR}/conf/kmod.mk"
/freebsd-10.1-release/tools/regression/bpf/bpf_filter/
H A DMakefile25 SYSDIR?= ${.CURDIR}/../../../../sys macro
29 CFLAGS+= -g -I${SYSDIR} -I${.CURDIR}/tests
43 SRCS+= ${SYSDIR}/net/bpf_jitter.c \
44 ${SYSDIR}/${MACHINE_ARCH}/${MACHINE_ARCH}/bpf_jit_machdep.c
49 SRCS+= ${SYSDIR}/net/bpf_filter.c
/freebsd-10.1-release/sys/conf/
H A Dnewvers.sh42 if [ "X${SYSDIR}" = "X" ]; then
43 SYSDIR=$(dirname $0)/..
51 ${SYSDIR}/sys/param.h)
124 if [ -d "${SYSDIR}/../.git" ] ; then
127 git_cmd="${dir}/git --git-dir=${SYSDIR}/../.git"
133 if [ -d "${SYSDIR}/../.hg" ] ; then
136 hg_cmd="${dir}/hg -R ${SYSDIR}/.."
143 svn=`cd ${SYSDIR} && $svnversion 2>/dev/null`
175 if $git_cmd --work-tree=${SYSDIR}/.. diff-index \
182 p4version=`cd ${SYSDIR}
[all...]
H A Dkmod.mk217 awk -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
247 .if !defined(SYSDIR) && exists(${_dir}/kern/)
248 SYSDIR= ${_dir} macro
251 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/)
262 path=${SYSDIR}/${MACHINE}/include ;; \
264 path=${SYSDIR} ;; \
266 path=${SYSDIR}/${.TARGET:T}/include ;; \
H A Dkern.post.mk15 SYSDIR?= ${S:C;^[^/];${.CURDIR}/&;} macro
16 MKMODULESENV+= KERNBUILDDIR="${.CURDIR}" SYSDIR="${SYSDIR}"
48 SRC_BASE!= realpath "${SYSDIR:H}/"
/freebsd-10.1-release/contrib/smbfs/
H A DMakefile42 SYSDIR?=/usr/src/sys macro
49 echo SYSDIR=${SYSDIR} >> ${CONFIG_INT}
61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
/freebsd-10.1-release/include/
H A DMakefile104 SYSDIR= ${.CURDIR}/../sys macro
105 NEWVERS_SH= ${SYSDIR}/conf/newvers.sh
106 PARAM_H= ${SYSDIR}/sys/param.h
114 SYSDIR=${SYSDIR} \

Completed in 174 milliseconds