summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs
diff options
context:
space:
mode:
authorrmacklem <rmacklem@FreeBSD.org>2011-05-01 01:34:22 +0000
committerrmacklem <rmacklem@FreeBSD.org>2011-05-01 01:34:22 +0000
commit467a7a5ebdf0df32da92f6195572b4f07a198f18 (patch)
treedeb6aa8bb1b60f01771eaa471102103002521da6 /sbin/mount_nfs
parent90956bed88796a8d94b4e56842b94e9d9c5a6b4d (diff)
downloadFreeBSD-src-467a7a5ebdf0df32da92f6195572b4f07a198f18.zip
FreeBSD-src-467a7a5ebdf0df32da92f6195572b4f07a198f18.tar.gz
Fix the Makefile for mount_nfs so that it creates a
link for mount_oldnfs.8 instead of mount_newnfs.8.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r--sbin/mount_nfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index 3068f0b..cccc517 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -5,7 +5,7 @@
PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c mounttab.c
MAN= mount_nfs.8
-MLINKS= mount_nfs.8 mount_newnfs.8
+MLINKS= mount_nfs.8 mount_oldnfs.8
MOUNT= ${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
OpenPOWER on IntegriCloud