Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:58:25 UTC 2014

Modified Files:
        src/usr.bin/mail [tls-earlyentropy]: Makefile
        src/usr.bin/mail/USD.doc [tls-earlyentropy]: Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.35.18.1 src/usr.bin/mail/Makefile
cvs rdiff -u -r1.5 -r1.5.74.1 src/usr.bin/mail/USD.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.bin/mail/Makefile
diff -u src/usr.bin/mail/Makefile:1.35 src/usr.bin/mail/Makefile:1.35.18.1
--- src/usr.bin/mail/Makefile:1.35	Tue Aug 16 11:49:17 2011
+++ src/usr.bin/mail/Makefile	Sun Aug 10 06:58:25 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.35 2011/08/16 11:49:17 christos Exp $
+#	$NetBSD: Makefile,v 1.35.18.1 2014/08/10 06:58:25 tls Exp $
 #	@(#)Makefile	8.3 (Berkeley) 4/20/95
 
 .include <bsd.own.mk>
@@ -69,11 +69,9 @@ CWARNFLAGS+=	-Wextra
 .if ${MKSHARE} != "no"
 FILESDIR=		/usr/share/misc
 FILES=			mail.help mail.tildehelp
+.endif
 
-.if make(install)
 SUBDIR+= USD.doc
-.endif
-.endif
 
 CONFIGFILES=		mail.rc
 FILESDIR_mail.rc=	/etc

Index: src/usr.bin/mail/USD.doc/Makefile
diff -u src/usr.bin/mail/USD.doc/Makefile:1.5 src/usr.bin/mail/USD.doc/Makefile:1.5.74.1
--- src/usr.bin/mail/USD.doc/Makefile:1.5	Thu Jul 10 10:34:45 2003
+++ src/usr.bin/mail/USD.doc/Makefile	Sun Aug 10 06:58:25 2014
@@ -1,13 +1,12 @@
-#	$NetBSD: Makefile,v 1.5 2003/07/10 10:34:45 lukem Exp $
+#	$NetBSD: Makefile,v 1.5.74.1 2014/08/10 06:58:25 tls Exp $
 #	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
 
-DIR=	usd/07.mail
+SECTION=reference/ref1
+ARTICLE=mail
 SRCS=	mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
 	mail7.nr mail8.nr mail9.nr maila.nr
 MACROS=	-me
-
-paper.ps: ${SRCS}
-	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TOOL_TBL} | \
-	    ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
+ROFF_TBL=yes
+#EXTRAHTMLFILES=# none!
 
 .include <bsd.doc.mk>

Reply via email to