diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-21 20:32:28 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2002-04-21 20:32:28 +0000 |
| commit | 3bf762b7f61757c859d21eb99a0226e6d6c4cc63 (patch) | |
| tree | 2e817fee0df41f77d264d5553cddef55f5e60eb5 /share | |
| parent | 7c8225cab891cbee9c36fd4abf3d6d6eb212fe9c (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man8/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile index f5097335e76a..0851716b57f9 100644 --- a/share/man/man8/Makefile +++ b/share/man/man8/Makefile @@ -7,13 +7,10 @@ MAN= adding_user.8 \ intro.8 \ picobsd.8 \ rc.8 \ + rc.sendmail.8 \ sticky.8 \ yp.8 -.if !defined(NO_SENDMAIL) -MAN+= rc.sendmail.8 -.endif - MLINKS= rc.8 rc.early.8 rc.8 rc.serial.8 rc.8 rc.pccard.8 rc.8 rc.network.8 MLINKS+=rc.8 rc.firewall.8 rc.8 rc.atm.8 rc.8 rc.local.8 rc.8 rc.shutdown.8 MLINKS+=yp.8 YP.8 yp.8 NIS.8 yp.8 nis.8 |
