Searched refs:unwanted_file (Results 1 - 2 of 2) sorted by relevance

/src/lib/libc/
H A DMakefile117 unwanted_file := ${SRCS:M${check_file:.S=.c}} macro
118 .if "${unwanted_file}" != ""
119 SRCS := ${SRCS:N${unwanted_file}}
120 .if "${unwanted_file}" != "${check_file}"
121 LSRCS := ${LSRCS} ${unwanted_file}
/src/sys/lib/libkern/
H A DMakefile.libkern118 unwanted_file := ${SRCS:M${check_file:.S=.c}}
119 .if "${unwanted_file}" != ""
120 SRCS := ${SRCS:N${unwanted_file}}

Completed in 2 milliseconds