Author: vedge Date: 2008-08-19 21:57:46 -0300 (Tue, 19 Aug 2008) New Revision: 725
Modified: trunk/man/build.lib.mk.5 trunk/man/build.prog.mk.5 Log: document LIBDIR and BINDIR Modified: trunk/man/build.lib.mk.5 =================================================================== --- trunk/man/build.lib.mk.5 2008-08-19 11:00:07 UTC (rev 724) +++ trunk/man/build.lib.mk.5 2008-08-20 00:57:46 UTC (rev 725) @@ -76,6 +76,9 @@ .It Ev LIB Name of target library. Platform-specific transforms will be applied to the name. +.It Ev LIBDIR +Target installation directory for libraries +(usually set by configure). .It Ev LIB_INSTALL If set to .Sq Yes , Modified: trunk/man/build.prog.mk.5 =================================================================== --- trunk/man/build.prog.mk.5 2008-08-19 11:00:07 UTC (rev 724) +++ trunk/man/build.prog.mk.5 2008-08-20 00:57:46 UTC (rev 725) @@ -87,6 +87,9 @@ for a server program. Defaults to .Sq CLI . +.It Ev BINDIR +Target installation directory for executables +(usually set by configure). .It Ev PROG_INSTALL If set to .Sq Yes , _______________________________________________ BSDBuild-Commits mailing list [email protected] http://mail231.csoft.net/mailman/listinfo/bsdbuild-commits
