Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:59:40 UTC 2014

Modified Files:
        src/usr.sbin/lpr [tls-earlyentropy]: Makefile
        src/usr.sbin/lpr/SMM.doc [tls-earlyentropy]: Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.10.74.1 src/usr.sbin/lpr/Makefile
cvs rdiff -u -r1.5 -r1.5.72.1 src/usr.sbin/lpr/SMM.doc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/lpr/Makefile
diff -u src/usr.sbin/lpr/Makefile:1.10 src/usr.sbin/lpr/Makefile:1.10.74.1
--- src/usr.sbin/lpr/Makefile:1.10	Tue Jan  9 03:13:42 2001
+++ src/usr.sbin/lpr/Makefile	Sun Aug 10 06:59:40 2014
@@ -1,10 +1,7 @@
-#	$NetBSD: Makefile,v 1.10 2001/01/09 03:13:42 lukem Exp $
+#	$NetBSD: Makefile,v 1.10.74.1 2014/08/10 06:59:40 tls Exp $
 #	from: @(#)Makefile	8.1 (Berkeley) 6/6/93
 
 SUBDIR=	common_source .WAIT lp lpc lpd lpq lpr lprm lptest pac filters
-
-.if make(install)
 SUBDIR+= SMM.doc
-.endif
 
 .include <bsd.subdir.mk>

Index: src/usr.sbin/lpr/SMM.doc/Makefile
diff -u src/usr.sbin/lpr/SMM.doc/Makefile:1.5 src/usr.sbin/lpr/SMM.doc/Makefile:1.5.72.1
--- src/usr.sbin/lpr/SMM.doc/Makefile:1.5	Thu Jul 10 10:34:48 2003
+++ src/usr.sbin/lpr/SMM.doc/Makefile	Sun Aug 10 06:59:40 2014
@@ -1,12 +1,11 @@
-#	$NetBSD: Makefile,v 1.5 2003/07/10 10:34:48 lukem Exp $
+#	$NetBSD: Makefile,v 1.5.72.1 2014/08/10 06:59:40 tls Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/8/93
 
-DIR=	smm/07.lpd
+SECTION=reference/ref8
+ARTICLE=lpd
 SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
 MACROS=	-ms
-
-paper.ps: ${SRCS}
-	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TOOL_TBL} | \
-	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
+ROFF_TBL=yes
+EXTRAHTMLFILES=lpd1.png lpd2.png lpd3.png
 
 .include <bsd.doc.mk>

Reply via email to