We should not hide them from the users.
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/conflict
+.B conflict
 .RB [ \-search
 .IR directory ]
 .RB [ \-mail
 
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/conflict
+.B conflict
 .RB [ \-search
 .IR directory ]
 .RB [ \-mail
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/spost
+.B spost
 .RB [ \-alias
 .IR aliasfile
 .RB " | " \-noalias ]
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/rcvdist
+.B rcvdist
 .RB [ \-form
 .IR formfile ]
 [switches\ for
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/rcvpack
+.B rcvpack
 .I file
 .RB [ \-version ]
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/rcvstore
+.B rcvstore
 .RI [ +folder ]
 .RB [ \-create " | " \-nocreate ]
 .RB [ \-unseen " | " \-nounseen ]
 .RB [ \-help ]
 
 .HP 5
-.B %libdir%/slocal
+.B slocal
 [address\ info\ sender]
 .RB [ \-addr
 .IR address ]
 
 .RE
 .PP
 .BR mhlproc :
-%libdir%/mhl
+%bindir%/mhl
 .RS 5
 This is the program used to filter messages in various ways.  It
 is used by
 .RE
 .PP
 .BR postproc :
-%libdir%/post
+%bindir%/post
 .RS 5
 This is the program used by
 .BR send ,
 .RE
 .PP
 .BR showproc :
-%libdir%/mhl
+%bindir%/mhl
 .RS 5
 This is the program used by
 .B show
 
 .nf
 .ta \w'%etcdir%/ExtraBigFileName  'u
 ^%bindir%/inc~^Program to incorporate maildrop into folder
-^%libdir%/post~^Program to deliver a message
+^%bindir%/spost~^Program to deliver a message
 ^/tmp/mhmail*~^Temporary copy of message
 .fi
 
 
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/post
+.B post
 .RB [ \-alias
 .IR aliasfile ]
 .RB [ \-filter
 .nf
 .ta \w'%etcdir%/ExtraBigFileName  'u
 ^%etcdir%/mts.conf~^nmh mts configuration file
-^%bindir%/refile~^Program to process Fcc:s
-^%libdir%/mhl~^Program to process Bcc:s
+^refile~^Program to process Fcc:s
+^mhl~^Program to process Bcc:s
 .fi
 
 .SH "PROFILE COMPONENTS"
 
 .SH "SEE ALSO"
 mhmail(1), send(1), mh\-mail(5), mh\-alias(5), mh\-tailor(5),
+refile(1), mhl(1),
 .I "Standard for the Format of ARPA Internet Text Messages"
 (RFC\-822)
 
 
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/rcvdist
+.B rcvdist
 .RB [ \-form
 .IR formfile ]
 [switches\ for
 
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/rcvpack
+.B rcvpack
 .I file
 .RB [ \-version ]
 .RB [ \-help ]
 
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/rcvstore
+.B rcvstore
 .RI [ +folder ]
 .RB [ \-create " | " \-nocreate ]
 .RB [ \-unseen " | " \-nounseen ]
 
 .SH SYNOPSIS
 .HP 5
 .na
-.B %libdir%/slocal
+.B slocal
 [address\ info\ sender]
 .RB [ \-addr
 .IR address ]
 You should include the line
 .PP
 .RS 5
-\*(lq|\ %libdir%/slocal\ \-user\ username\*(rq
+\*(lq|\ %bindir%/slocal\ \-user\ username\*(rq
 .RE
 .PP
 in your \&.forward file in your home directory.  This will cause
 
        $(COMPILE) $<
 
 # commands to build
-CMDS = ali anno burst comp dist flist folder forw mmh mark mhbuild mhl \
+CMDS = ali anno burst comp conflict dist flist folder forw mmh mark \
+       mhbuild mhl \
        mhlist mhmail mhparam mhpath mhshow mhstore msgchk new packf pick \
-       print-mimetype prompter refile repl rmf rmm scan send sendfiles show \
-       sortm whatnow
+       print-mimetype prompter rcvdist rcvpack rcvstore refile repl rmf \
+       rmm scan send sendfiles show slocal sortm spost whatnow
 
 # commands that are links to other commands
 LCMDS = flists folders next prev
 
 # misc support binaries
-MISC = ap conflict dp fmtdump rcvdist rcvpack \
-       rcvstore slocal spost mhtest
+MISC = ap dp fmtdump mhtest
 
 # commands with 'S'pecial installation needs
 SCMDS = inc
 
 /*
 **  Under sendmail, users should add the line
 **
-**      "| /usr/local/nmh/lib/slocal"
+**      "| /usr/local/mmh/bin/slocal"
 **
 **  to their $HOME/.forward file.
 **