Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/scan_ffs Specify the scan_ffs manpage, otherwise it wil...



details:   https://anonhg.NetBSD.org/src/rev/eaea8a03d038
branches:  trunk
changeset: 584204:eaea8a03d038
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Sat Sep 10 23:15:52 2005 +0000

description:
Specify the scan_ffs manpage, otherwise it will use scan_ffs.1.

diffstat:

 sbin/scan_ffs/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r b33273b208fa -r eaea8a03d038 sbin/scan_ffs/Makefile
--- a/sbin/scan_ffs/Makefile    Sat Sep 10 23:08:37 2005 +0000
+++ b/sbin/scan_ffs/Makefile    Sat Sep 10 23:15:52 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/09/10 23:08:37 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/09/10 23:15:52 xtraeme Exp $
 
 PROG=  scan_ffs
 
@@ -8,4 +8,6 @@
 LDADD= -lutil
 DPADD= ${LIBUTIL}
 
+MAN=   scan_ffs.8
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index