Home
last modified time | relevance | path

Searched refs:COPTS (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/SETUP/config/
H A Dmkmakefile.c148 char *COPTS; variable
233 COPTS = malloc((unsigned)(strlen(cp) + 1)); in makefile()
234 if (COPTS == 0) { in makefile()
238 strcpy(COPTS, cp); in makefile()
858 if (COPTS == 0) { in do_rules()
861 COPTS = ""; in do_rules()