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

This commit is contained in:
xtraeme 2005-09-10 23:15:52 +00:00
parent e9134234a3
commit d5b623c0b0
1 changed files with 3 additions and 1 deletions

View File

@ -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 @@ MLINKS= scan_ffs.8 scan_lfs.8
LDADD= -lutil
DPADD= ${LIBUTIL}
MAN= scan_ffs.8
.include <bsd.prog.mk>