diff options
author | 1997-06-14 07:08:36 +0000 | |
---|---|---|
committer | 1997-06-14 07:08:36 +0000 | |
commit | 8cac2ed55793a9e5a66bea2f2b1ca18b4f1b3b1d (patch) | |
tree | a01638930edd166c259a2a1e42bbc4e7c0eff5a2 | |
parent | Don't look beyond the end of bdevsw[], from NetBSD PR 3748 by Michael L Hitch (diff) | |
download | wireguard-openbsd-8cac2ed55793a9e5a66bea2f2b1ca18b4f1b3b1d.tar.xz wireguard-openbsd-8cac2ed55793a9e5a66bea2f2b1ca18b4f1b3b1d.zip |
Add link to Linux name, so Linux users can at least find the manpage and figure
out what's different.
-rw-r--r-- | sbin/fsck_ext2fs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/fsck_ext2fs/Makefile b/sbin/fsck_ext2fs/Makefile index 36be8b6b0bb..8fbd8bb19f2 100644 --- a/sbin/fsck_ext2fs/Makefile +++ b/sbin/fsck_ext2fs/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.3 1997/06/14 04:16:49 downsj Exp $ +# $OpenBSD: Makefile,v 1.4 1997/06/14 07:08:36 downsj Exp $ # $NetBSD: Makefile,v 1.1 1997/06/11 11:21:45 bouyer Exp $ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= fsck_ext2fs MAN= fsck_ext2fs.8 +MLINKS= fsck_ext2fs.8 e2fsck.8 SRCS= dir.c inode.c main.c pass1.c pass1b.c pass2.c pass3.c pass4.c \ pass5.c fsutil.c setup.c utilities.c# ext2fs_subr.c .PATH: ${.CURDIR}/../../sys/ufs/ext2fs ${.CURDIR}/../fsck |