From 6ad10804f79ca8baf1dea0c55e7442d8f960b81f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 23 May 2001 14:58:19 +0000 Subject: 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 --- sbin/mount_unionfs/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sbin/mount_unionfs/Makefile') diff --git a/sbin/mount_unionfs/Makefile b/sbin/mount_unionfs/Makefile index 7e0df335ae69..052327b8b59a 100644 --- a/sbin/mount_unionfs/Makefile +++ b/sbin/mount_unionfs/Makefile @@ -1,9 +1,9 @@ # @(#)Makefile 8.3 (Berkeley) 3/27/94 # $FreeBSD$ -PROG= mount_union -SRCS= mount_union.c getmntopts.c -MAN= mount_union.8 +PROG= mount_unionfs +SRCS= mount_unionfs.c getmntopts.c +MAN= mount_unionfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+=-I${MOUNT} -- cgit v1.2.3