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:
parent
60658a3a55
commit
b8ca07bd23
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user