summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-25 04:45:01 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-25 04:45:01 +0000
commita492f640ea3c1532a753da8b4d78feac54eb43d0 (patch)
treed5150d3572f3b742ebade6272c2024cfa6135a9f /sbin
parent1000f00db6180c405687936e8dd38e59656bdae0 (diff)
Fix manpage link
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ncheck_ffs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ncheck_ffs/Makefile b/sbin/ncheck_ffs/Makefile
index 4017948d06c..0e51d55e6d2 100644
--- a/sbin/ncheck_ffs/Makefile
+++ b/sbin/ncheck_ffs/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.1 1996/06/25 04:43:44 tholo Exp $
+# $OpenBSD: Makefile,v 1.2 1996/06/25 04:45:00 tholo Exp $
PROG= ncheck_ffs
MAN= ncheck_ffs.8
LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
-MLINK= ncheck_ffs.8 ncheck.8
+MLINKS= ncheck_ffs.8 ncheck.8
.include <bsd.prog.mk>