summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2004-01-10 14:36:49 +0000
committersimon <simon@FreeBSD.org>2004-01-10 14:36:49 +0000
commit0cae6b43123b9d6e57cba5dcdfb41c8cc031d6a1 (patch)
treefc8684c6176f8abe20c3e1cee589512796b33b2a
parent3ec9ac09464b1ea3e809f39753aac1ceb9913ee4 (diff)
downloadFreeBSD-src-0cae6b43123b9d6e57cba5dcdfb41c8cc031d6a1.zip
FreeBSD-src-0cae6b43123b9d6e57cba5dcdfb41c8cc031d6a1.tar.gz
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
-rw-r--r--sbin/fsck_ffs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile
index d5e504c..0e9ea69 100644
--- a/sbin/fsck_ffs/Makefile
+++ b/sbin/fsck_ffs/Makefile
@@ -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
OpenPOWER on IntegriCloud