diff options
| author | Doug Barton <dougb@FreeBSD.org> | 2002-07-01 05:44:51 +0000 |
|---|---|---|
| committer | Doug Barton <dougb@FreeBSD.org> | 2002-07-01 05:44:51 +0000 |
| commit | 4149dd4890d428a96fe7abf289042ee98e110c1f (patch) | |
| tree | b0f01ab9f5230ce1275e3278e2f5ae8556c752d1 | |
| parent | a306cfd13a7c8116c4edc8f8e634aca39fd9a810 (diff) | |
Notes
| -rw-r--r-- | share/doc/smm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 7f6334d9a6f6..525fc2df2df7 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -11,8 +11,11 @@ # The following modules are built with their programs: # 07.lpd +# Temporarily remove 10.named while we decide it's fate -dougb +# 06.nfs 10.named 11.timedop \ + SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \ - 06.nfs 10.named 11.timedop \ + 06.nfs 11.timedop \ 12.timed 18.net .if !defined(NO_SENDMAIL) |
