aboutsummaryrefslogtreecommitdiff
path: root/share/doc
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1997-12-02 21:46:58 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1997-12-02 21:46:58 +0000
commit4d933c2fd8d95704876c461c0856dfafdce7b78b (patch)
tree31182beccbe437370120d2c500c4731b159b058e /share/doc
parentb7f84b25e973f186dadf3ce215dba3d64f20f123 (diff)
downloadsrc-4d933c2fd8d95704876c461c0856dfafdce7b78b.tar.gz
src-4d933c2fd8d95704876c461c0856dfafdce7b78b.zip
Now that it's built at the same time as its source, disable building 07.lpr
here. Hopefully this will set a trend. (What was I thinking when I set this up the first time?)
Notes
Notes: svn path=/head/; revision=31501
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/smm/07.lpd/Makefile11
-rw-r--r--share/doc/smm/Makefile7
2 files changed, 5 insertions, 13 deletions
diff --git a/share/doc/smm/07.lpd/Makefile b/share/doc/smm/07.lpd/Makefile
deleted file mode 100644
index bab42d6baff0..000000000000
--- a/share/doc/smm/07.lpd/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
-# $Id$
-
-VOLUME= smm/07.lpd
-SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
-MACROS= -ms
-
-USE_TBL= yes
-SRCDIR= ${.CURDIR}/../../../../usr.sbin/lpr/SMM.doc
-
-.include <bsd.doc.mk>
diff --git a/share/doc/smm/Makefile b/share/doc/smm/Makefile
index e8a500fe7bc0..58a7bb6c1746 100644
--- a/share/doc/smm/Makefile
+++ b/share/doc/smm/Makefile
@@ -1,5 +1,5 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/10/93
-# $Id$
+# $Id: Makefile,v 1.7 1997/02/22 13:05:19 peter Exp $
# The following modules do not describe FreeBSD:
# 14.uucpimpl, 15.uucpnet
@@ -8,9 +8,12 @@
# 13.amd (documentation is TeXinfo)
# 16.security 17.password (encumbered)
+# The following modules are built with their programs:
+# 07.lpd
+
BINDIR= /usr/share/doc/smm
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>