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

/freebsd-9.3-release/usr.sbin/config/
H A Dmkmakefile.c315 const char *objprefix; local
378 objprefix = "";
480 objprefix = ns(wd);
551 tp->f_objprefix = objprefix;
/freebsd-9.3-release/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c95 char *objprefix; /* where are the objects ? */ variable
140 objprefix = "/usr/obj"; /* default */
142 if ((objprefix = strdup(p)) == NULL)
161 if ((objprefix = strdup(optarg)) == NULL)
672 snprintf(line, sizeof line, "%s/%s", objprefix, p->realsrcdir);
992 fprintf(outmk, "MAKEOBJDIRPREFIX?=%s\n", objprefix);

Completed in 89 milliseconds