Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:52:49 UTC 2014

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

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.44.8.1 src/sbin/fsck_ffs/Makefile
cvs rdiff -u -r1.3 -r1.3.94.1 src/sbin/fsck_ffs/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/sbin/fsck_ffs/Makefile
diff -u src/sbin/fsck_ffs/Makefile:1.44 src/sbin/fsck_ffs/Makefile:1.44.8.1
--- src/sbin/fsck_ffs/Makefile:1.44	Fri Aug 10 12:20:11 2012
+++ src/sbin/fsck_ffs/Makefile	Sun Aug 10 06:52:49 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.44 2012/08/10 12:20:11 joerg Exp $
+#	$NetBSD: Makefile,v 1.44.8.1 2014/08/10 06:52:49 tls Exp $
 #	@(#)Makefile	8.2 (Berkeley) 4/27/95
 
 .include <bsd.own.mk>
@@ -36,9 +36,7 @@ COPTS.ffs_appleufs.c+=	-Wno-pointer-sign
 COPTS.pass1.c+=	-fno-tree-fre -fno-tree-lrs
 .endif
 
-.if make(install)
 SUBDIR+=SMM.doc
-.endif
 
 .include <bsd.prog.mk>
 .include <bsd.subdir.mk>

Index: src/sbin/fsck_ffs/SMM.doc/Makefile
diff -u src/sbin/fsck_ffs/SMM.doc/Makefile:1.3 src/sbin/fsck_ffs/SMM.doc/Makefile:1.3.94.1
--- src/sbin/fsck_ffs/SMM.doc/Makefile:1.3	Fri Apr  5 01:45:49 1996
+++ src/sbin/fsck_ffs/SMM.doc/Makefile	Sun Aug 10 06:52:49 2014
@@ -1,8 +1,12 @@
-#	$NetBSD: Makefile,v 1.3 1996/04/05 01:45:49 cgd Exp $
+#	$NetBSD: Makefile,v 1.3.94.1 2014/08/10 06:52:49 tls Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/8/93
 
-DIR=	smm/03.fsck_ffs
+SECTION=papers
+ARTICLE=mckusick85-fsck
 SRCS=	0.t 1.t 2.t 3.t 4.t
 MACROS=	-ms
+EXTRAHTMLFILES=\
+	mckusick85-fsck1.png mckusick85-fsck2.png \
+	mckusick85-fsck3.png mckusick85-fsck4.png
 
 .include <bsd.doc.mk>

Reply via email to