]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
Another pass at cleaning up (some of) the manpages.
[nmh] / uip / mhparam.c
index acb416c71a4bf41a8f7bbcde0c84cc7a2cb3dedd..4fe8c8d3e4b285395f9e98b1a32511cf9b082cf2 100644 (file)
@@ -29,6 +29,7 @@ DEFINE_SWITCH_ENUM(MHPARAM);
 DEFINE_SWITCH_ARRAY(MHPARAM, switches);
 #undef X
 
+extern char *mhbindir;
 extern char *mhetcdir;
 extern char *mhlibexecdir;
 
@@ -104,6 +105,7 @@ static struct proc procs [] = {
      { "version",          &version_num },
      { "whatnowproc",      &whatnowproc },
      { "whomproc",         &whomproc },
+     { "bindir",           &mhbindir },
      { "etcdir",           &mhetcdir },
      { "libdir",           &mhlibexecdir },
      { "libexecdir",       &mhlibexecdir },