summaryrefslogtreecommitdiffstats
path: root/sbin/mount_nfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_nfs/Makefile')
-rw-r--r--sbin/mount_nfs/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index aad9e35..4f7efea 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 <bsd.prog.mk>
OpenPOWER on IntegriCloud