Fix the Makefile for mount_nfs so that it creates a

link for mount_oldnfs.8 instead of mount_newnfs.8.
This commit is contained in:
Rick Macklem 2011-05-01 01:34:22 +00:00
parent 60658a3a55
commit b8ca07bd23

View File

@ -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