Searched refs:includes (Results 1 - 25 of 73) sorted by relevance

123

/src/sys/modules/arch/
H A DMakefile8 .if !make(includes)
H A Dcompatsubdir.mk8 .if !make(includes)
/src/compat/
H A DMakefile8 .if !make(includes)
H A Dcompatsubdir.mk10 .if !make(includes)
/src/sys/dev/microcode/rum/
H A DMakefile12 includes: target
/src/share/
H A DMakefile25 includes-examples includes-man:
/src/sys/dev/microcode/ral/
H A DMakefile12 includes: target
/src/sys/dev/microcode/run/
H A DMakefile12 includes: target
/src/sys/dev/microcode/zyd/
H A DMakefile12 includes: target
/src/bin/sh/
H A Dmkinit.sh89 includes=' "shell.h" "mystring.h" "init.h" '
109 [ "${includes}" != "${includes% $2 *}" ] && continue
110 includes="$includes$2 "
176 for f in $includes; do
/src/tools/elftoolchain/common/
H A DMakefile24 install: .PHONY includes
26 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES} target
/src/sys/dev/microcode/qat/
H A DMakefile17 includes: target
/src/sys/
H A DMakefile18 .if make(includes) || make(obj) || make(cleandir)
/src/share/mk/
H A Dbsd.init.mk3 # <bsd.init.mk> includes Makefile.inc and <bsd.own.mk>; this is used at the
H A Dbsd.kinc.mk5 # INCSDIR Directory to install includes into (and/or make, and/or
24 includes: ${DESTDIR}${INCSDIR} .WAIT ${INCS} incinstall target
30 # make sure the directory is OK, and install includes.
H A Dbsd.inc.mk6 includes: ${INCS} incinstall inclinkinstall target
/src/usr.bin/make/unit-tests/
H A Dvarname-dot-includes.mk1 # $NetBSD: varname-dot-includes.mk,v 1.2 2020/09/13 16:53:19 rillig Exp $
H A Ddeptgt-suffixes.mk6 # varname-dot-includes.mk
H A Dinclude-main.mk11 # properly handle nested includes and even .for loops.
H A Ddirective-sinclude.mk3 # Tests for the .sinclude directive, which includes another file,
H A Ddirective-dinclude.mk3 # Tests for the .dinclude directive, which includes another file,
H A Ddirective-hyphen-include.mk3 # Tests for the .-include directive, which includes another file,
/src/tools/elftoolchain/common/sys/
H A DMakefile20 install: .PHONY ${HOST_INCSDIR} .WAIT includes
33 includes: .PHONY ${HOST_INCSDIR} .WAIT ${HOST_INCINSTFILES} target
/src/usr.bin/xlint/lint1/
H A Derr.c17 * This product includes software developed by Jochen Pohl for
453 } *includes; variable in typeref:struct:include_level *
480 top = includes;
488 top->by = includes;
489 includes = top;
492 includes = top->by;
494 top = includes;
508 if ((top = includes) == NULL)
/src/
H A DMakefile31 # NOINCLUDES will avoid the `make includes' usually done by `make build'.
32 # NOBINARIES will not build binaries, only includes and libraries
94 # includes: installs include files.
237 BUILDTARGETS+= includes
260 includes-lib: .PHONY includes-include includes-sys
462 .for targ in cleandir obj includes
518 includes-${dir}: .PHONY

Completed in 18 milliseconds

123