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

/freebsd-9.3-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-9.3-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)
15 .include "${SYSDIR}/conf/kmod.mk"
/freebsd-9.3-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-9.3-release/sys/conf/
H A Dnewvers.sh42 if [ "X${SYSDIR}" = "X" ]; then
43 SYSDIR=$(dirname $0)/..
51 ${SYSDIR}/sys/param.h)
100 if [ -d "${SYSDIR}/../.git" ] ; then
103 git_cmd="${dir}/git --git-dir=${SYSDIR}/../.git"
111 svn=`cd ${SYSDIR} && $svnversion`
139 if $git_cmd --work-tree=${SYSDIR}/.. diff-index \
H A Dkmod.mk222 awk -f ${SYSDIR}/conf/kmod_syms.awk ${.TARGET} \
252 .if !defined(SYSDIR) && exists(${_dir}/kern/)
253 SYSDIR= ${_dir} macro
256 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/)
267 path=${SYSDIR}/${MACHINE}/include ;; \
269 path=${SYSDIR} ;; \
271 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-9.3-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-9.3-release/include/
H A DMakefile102 SYSDIR= ${.CURDIR}/../sys macro
103 NEWVERS_SH= ${SYSDIR}/conf/newvers.sh
104 PARAM_H= ${SYSDIR}/sys/param.h
112 SYSDIR=${SYSDIR} \
/freebsd-9.3-release/contrib/less/
H A Ddefines.h.in113 #define LESSKEYFILE_SYS SYSDIR "/sysless"
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dbackupfile.c50 #ifdef SYSDIR
52 #endif /* SYSDIR */

Completed in 177 milliseconds