aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mount_portalfs/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-23 14:58:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-23 14:58:19 +0000
commit6ad10804f79ca8baf1dea0c55e7442d8f960b81f (patch)
tree991dd3a3495a1387a46d7d5cdaf19b19074b5b83 /usr.sbin/mount_portalfs/Makefile
parentf3bb47cca0fe5c9ced5b098fa194206d2aae6934 (diff)
downloadsrc-6ad10804f79ca8baf1dea0c55e7442d8f960b81f.tar.gz
src-6ad10804f79ca8baf1dea0c55e7442d8f960b81f.zip
Rename (after a repo-copy) some mount(8) programs:
mount_fdesc -> mount_fdescfs mount_null -> mount_nullfs mount_portal -> mount_portalfs mount_umap -> mount_umapfs mount_union -> mount_unionfs
Notes
Notes: svn path=/head/; revision=77042
Diffstat (limited to 'usr.sbin/mount_portalfs/Makefile')
-rw-r--r--usr.sbin/mount_portalfs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mount_portalfs/Makefile b/usr.sbin/mount_portalfs/Makefile
index fc332ee99418..edf55eeb6e39 100644
--- a/usr.sbin/mount_portalfs/Makefile
+++ b/usr.sbin/mount_portalfs/Makefile
@@ -1,10 +1,10 @@
# From: @(#)Makefile 8.3 (Berkeley) 3/27/94
# $FreeBSD$
-PROG= mount_portal
-SRCS= mount_portal.c activate.c conf.c getmntopts.c pt_conf.c \
+PROG= mount_portalfs
+SRCS= mount_portalfs.c activate.c conf.c getmntopts.c pt_conf.c \
pt_exec.c pt_file.c pt_tcp.c pt_tcplisten.c
-MAN= mount_portal.8
+MAN= mount_portalfs.8
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}