aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/Makefile
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2015-04-18 16:08:06 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2015-04-18 16:08:06 +0000
commit4e25c86f4cdc87f4dff7849ebfa28ea0aaf89ac2 (patch)
tree81ef82396e83699122d91168cd0e1600584e4367 /sbin/mount_nfs/Makefile
parent4315b1cb2945e914e082fb1a136a9b7257c2aa34 (diff)
downloadsrc-4e25c86f4cdc87f4dff7849ebfa28ea0aaf89ac2.tar.gz
src-4e25c86f4cdc87f4dff7849ebfa28ea0aaf89ac2.zip
Remove some oldnfs remnants.
Differential Revision: https://reviews.freebsd.org/D2287 Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=281691
Diffstat (limited to 'sbin/mount_nfs/Makefile')
-rw-r--r--sbin/mount_nfs/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile
index eceed2b5aaa0..75f781798ab7 100644
--- a/sbin/mount_nfs/Makefile
+++ b/sbin/mount_nfs/Makefile
@@ -5,14 +5,11 @@
PROG= mount_nfs
SRCS= mount_nfs.c getmntopts.c mounttab.c
MAN= mount_nfs.8
-MLINKS= mount_nfs.8 mount_oldnfs.8
MOUNT= ${.CURDIR}/../mount
UMNTALL= ${.CURDIR}/../../usr.sbin/rpc.umntall
CFLAGS+= -DNFS -I${MOUNT} -I${UMNTALL}
-LINKS= ${BINDIR}/mount_nfs ${BINDIR}/mount_oldnfs
-
.PATH: ${MOUNT} ${UMNTALL}
.include <bsd.prog.mk>