diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-11-11 05:26:59 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-11-11 05:26:59 +0000 |
| commit | 6dbfffa3084b4f8cb7ab208c92e386718ec0ed9d (patch) | |
| tree | 1786de06a50acef3a9d26174133002998b4a2a51 /share/doc | |
| parent | 7b9cc199343a0be02be736310b22dbde5f033621 (diff) | |
Notes
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/smm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 58e708a3ce9f..7f6334d9a6f6 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -12,7 +12,11 @@ # 07.lpd SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \ - 06.nfs 08.sendmailop 10.named 11.timedop \ + 06.nfs 10.named 11.timedop \ 12.timed 18.net +.if !defined(NO_SENDMAIL) +SUBDIR+=08.sendmailop +.endif + .include <bsd.subdir.mk> |
