From 11c3eb3e1d363c9b2c2e67ce64dcc1c50fc7ddff Mon Sep 17 00:00:00 2001 From: "Simon L. B. Nielsen" Date: Sat, 10 Jan 2004 14:36:49 +0000 Subject: [PATCH] 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 --- sbin/fsck_ffs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sbin/fsck_ffs/Makefile b/sbin/fsck_ffs/Makefile index d5e504c2587..0e9ea699804 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