From 467a7a5ebdf0df32da92f6195572b4f07a198f18 Mon Sep 17 00:00:00 2001 From: rmacklem Date: Sun, 1 May 2011 01:34:22 +0000 Subject: Fix the Makefile for mount_nfs so that it creates a link for mount_oldnfs.8 instead of mount_newnfs.8. --- sbin/mount_nfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/mount_nfs') 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 -- cgit v1.1