Searched refs:SYSDIR (Results 51 - 64 of 64) sorted by relevance

123

/freebsd-11.0-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))
H A DMakefile.inc23 .if !exists(${SYSDIR}/netsmb/smb.h)
26 CFLAGS += -I${SYSDIR}
/freebsd-11.0-release/sys/conf/
H A Ddtb.mk36 .if !defined(SYSDIR) && exists(${_dir}/kern/)
37 SYSDIR= ${_dir:tA} macro
40 .if !defined(SYSDIR) || !exists(${SYSDIR}/kern/)
46 .PATH: ${SYSDIR}/gnu/dts/${MACHINE} ${SYSDIR}/boot/fdt/dts/${MACHINE}
56 @${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${_dts} ${.OBJDIR}
H A Dconfig.mk58 __MPATH!=find ${SYSDIR:tA}/ -name \*_if.m
H A Dkern.post.mk15 SYSDIR?= ${S:C;^[^/];${.CURDIR}/&;:tA} macro
16 MKMODULESENV+= KERNBUILDDIR="${.CURDIR}" SYSDIR="${SYSDIR}"
57 SRC_BASE= ${SYSDIR:H:tA}
/freebsd-11.0-release/sys/modules/zfs/
H A DMakefile3 SYSDIR?=${.CURDIR}/../.. macro
9 SUNW= ${SYSDIR}/cddl/contrib/opensolaris
19 .PATH: ${SYSDIR}/cddl/contrib/opensolaris/common/unicode
22 .PATH: ${SYSDIR}/cddl/compat/opensolaris/kern
37 _A=${SYSDIR}/cddl/contrib/opensolaris/common/atomic
70 .PATH: ${SYSDIR}/crypto/sha2
73 .PATH: ${SYSDIR}/crypto/skein
87 CFLAGS+=-I${SYSDIR}/cddl/compat/opensolaris
91 CFLAGS+=-I${SYSDIR}
107 CFLAGS+= -include ${SYSDIR}/cdd
[all...]
/freebsd-11.0-release/sys/modules/iser/
H A DMakefile22 CFLAGS+= -I${SYSDIR}/ofed/include
23 CFLAGS+= -I${SYSDIR}/compat/linuxkpi/common/include
/freebsd-11.0-release/sys/modules/usb/
H A DMakefile28 SYSDIR?=${.CURDIR}/../.. macro
29 .include "${SYSDIR}/conf/kern.opts.mk"
/freebsd-11.0-release/sys/modules/linux64/
H A DMakefile29 sh ${SYSDIR}/kern/genassym.sh linux_genassym.o > ${.TARGET}
33 -pipe -I. -I${SYSDIR} -Werror -Wall -fno-common -fPIC -nostdinc \
/freebsd-11.0-release/sys/modules/vmm/
H A DMakefile60 sh ${SYSDIR}/kern/genassym.sh vmx_genassym.o > ${.TARGET}
63 sh ${SYSDIR}/kern/genassym.sh svm_genassym.o > ${.TARGET}
/freebsd-11.0-release/sys/modules/svr4/
H A DMakefile18 sh ${SYSDIR}/kern/genassym.sh svr4_genassym.o > ${.TARGET}
/freebsd-11.0-release/sys/modules/linux/
H A DMakefile49 sh ${SYSDIR}/kern/genassym.sh linux${SFX}_genassym.o > ${.TARGET}
53 -pipe -I. -I${SYSDIR} -Werror -Wall -fno-common -nostdinc -nostdlib \
/freebsd-11.0-release/include/
H A DMakefile105 SYSDIR= ${.CURDIR}/../sys macro
106 NEWVERS_SH= ${SYSDIR}/conf/newvers.sh
107 PARAM_H= ${SYSDIR}/sys/param.h
113 env NEWVERS_SH=${NEWVERS_SH} PARAMFILE=${PARAM_H} SYSDIR=${SYSDIR} \
/freebsd-11.0-release/sys/modules/
H A DMakefile3 SYSDIR?=${.CURDIR}/.. macro
4 .include "${SYSDIR}/conf/kern.opts.mk"
791 .include "${SYSDIR}/conf/config.mk"

Completed in 185 milliseconds

123