Index: share/doc/smm/Makefile =================================================================== --- share/doc/smm/Makefile (revision 224506) +++ share/doc/smm/Makefile (working copy) @@ -18,12 +18,16 @@ 04.quotas \ 05.fastfs \ 06.nfs \ - 07.lpd \ + ${_07.lpd} \ ${_08.sendmailop} \ 11.timedop \ 12.timed \ 18.net +.if ${MK_LPR} != "no" +_07.lpd= 07.lpd +.endif + .if ${MK_SENDMAIL} != "no" _08.sendmailop= 08.sendmailop .endif