Link mount_nfs -> mount_nfs4, and mount_nfs.8 -> mount_nfs4.8.

Suggested by:	rees
This commit is contained in:
Craig Rodrigues 2007-01-23 09:14:33 +00:00
parent 7a5e5e2a59
commit 0d27250907

View File

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