From 0d2725090708bcaec2c4db373a07aa9ff7f89ede Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Tue, 23 Jan 2007 09:14:33 +0000 Subject: [PATCH] Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8. Suggested by: rees --- sbin/mount_nfs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index aad9e35c7b4..4f7efeadd2b 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -5,12 +5,15 @@ PROG= mount_nfs SRCS= mount_nfs.c getmntopts.c mounttab.c MAN= mount_nfs.8 +MLINKS= mount_nfs.8 mount_nfs4.8 MOUNT= ${.CURDIR}/../mount UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL} WARNS?= 3 +LINKS= ${BINDIR}/mount_nfs ${BINDIR}/mount_nfs4 + .PATH: ${MOUNT} ${UMNTALL} .include