diff options
| author | Søren Schmidt <sos@FreeBSD.org> | 1998-04-12 12:33:59 +0000 |
|---|---|---|
| committer | Søren Schmidt <sos@FreeBSD.org> | 1998-04-12 12:33:59 +0000 |
| commit | e4a4c14ac488609c3198f2e3d10e1410c1a5d64e (patch) | |
| tree | 2501cc8bba1058c8bd841152c121161189e2302d | |
| parent | 81aba7a19d9f439c1f101629aa3e693994240730 (diff) | |
Notes
| -rw-r--r-- | share/doc/smm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile index 410f3cd846f1..aa37f016e611 100644 --- a/share/doc/smm/Makefile +++ b/share/doc/smm/Makefile @@ -1,15 +1,15 @@ # From: @(#)Makefile 8.1 (Berkeley) 6/10/93 -# $Id: Makefile,v 1.9 1998/01/03 12:22:51 wosch Exp $ +# $Id: Makefile,v 1.10 1998/04/11 15:10:35 jkh Exp $ # The following modules do not describe FreeBSD: -# 14.uucpimpl, 15.uucpnet +# 07.lpd 14.uucpimpl, 15.uucpnet # The following modules do not build/install: # 13.amd (documentation is TeXinfo) # 16.security 17.password (encumbered) SUBDIR= title contents 01.setup 02.config 03.fsck 04.quotas 05.fastfs \ - 06.nfs 07.lpd 08.sendmailop 09.sendmail 10.named 11.timedop \ + 06.nfs 08.sendmailop 09.sendmail 10.named 11.timedop \ 12.timed 18.net .include <bsd.subdir.mk> |
