aboutsummaryrefslogtreecommitdiff
path: root/sbin/fsck_ffs
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2004-01-10 14:36:49 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2004-01-10 14:36:49 +0000
commit11c3eb3e1d363c9b2c2e67ce64dcc1c50fc7ddff (patch)
treefc8684c6176f8abe20c3e1cee589512796b33b2a /sbin/fsck_ffs
parentdd8fb388f5e50164bdd20e8660a4adb55b9aa979 (diff)
downloadsrc-11c3eb3e1d363c9b2c2e67ce64dcc1c50fc7ddff.tar.gz
src-11c3eb3e1d363c9b2c2e67ce64dcc1c50fc7ddff.zip
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
Notes
Notes: svn path=/head/; revision=124340
Diffstat (limited to 'sbin/fsck_ffs')
-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 d5e504c25870..0e9ea699804e 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