Add manual page links from fsck_ufs.8 and fsck_4.2bsd.8 to fsck_ffs.8,

since there are already the same links for the program binary.

Suggested by:	mat
This commit is contained in:
Simon L. B. Nielsen 2004-01-10 14:36:49 +00:00
parent dd8fb388f5
commit 11c3eb3e1d
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ PROG= fsck_ffs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_ufs
LINKS+= ${BINDIR}/fsck_ffs ${BINDIR}/fsck_4.2bsd
MAN= fsck_ffs.8
MLINKS= fsck_ffs.8 fsck_ufs.8 fsck_ffs.8 fsck_4.2bsd.8
SRCS= dir.c ea.c fsutil.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c \
pass4.c pass5.c setup.c utilities.c ffs_subr.c ffs_tables.c
WARNS= 2