From 0cae6b43123b9d6e57cba5dcdfb41c8cc031d6a1 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 10 Jan 2004 14:36:49 +0000 Subject: 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 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 -- cgit v1.1