.Dd January 4, 1998 .Dt MAKEWRAPPER 1 .Os NetBSD 1.3 .Sh NAME .Nm makewrapper .Nd wrapper for make .Sh SYNOPSIS .Nm .Op Ar "make arguments" ... .Sh DESCRIPTION .Nm simply runs .Xr make 1 with the provided arguments, inserting .Fl m options before all provided arguments so as to cause .Xr make 1 to find included makefiles from the local make directory, .Pa /local/lib/make , and, if neither .Dv MAKEOBJDIR nor .Dv MAKEOBJDIRPREFIX is set in the environment, providing a .Dv MAKEOBJDIR setting set to .Pa /NON/EXIST/ENT to disable the undocumented .Xr chdir 2 to .Pa obj/ misfeature. .Sh AUTHOR C version by der Mouse .Aq mouse@rodents.montreal.qc.ca .