summaryrefslogtreecommitdiffstats
path: root/bin/mv
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
committerdg <dg@FreeBSD.org>1994-09-24 02:59:15 +0000
commit8722740e7f163b275491a0b05c8640341b937558 (patch)
treeb7c3f7bad4381fe5b507b6cf1947fd57803fe125 /bin/mv
parent111d145dc40797c8894e8aa7dc6632e33bce87bf (diff)
downloadFreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.zip
FreeBSD-src-8722740e7f163b275491a0b05c8640341b937558.tar.gz
Added $Id$
Diffstat (limited to 'bin/mv')
-rw-r--r--bin/mv/Makefile1
-rw-r--r--bin/mv/mv.11
-rw-r--r--bin/mv/mv.c2
-rw-r--r--bin/mv/pathnames.h1
4 files changed, 5 insertions, 0 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile
index 98563dd..0ba523e 100644
--- a/bin/mv/Makefile
+++ b/bin/mv/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/2/94
+# $Id$
PROG= mv
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 48ab6a5..66cbf49 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
+.\" $Id$
.\"
.Dd May 31, 1993
.Dt MV 1
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index 01fbc90..0553080 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -32,6 +32,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
*/
#ifndef lint
diff --git a/bin/mv/pathnames.h b/bin/mv/pathnames.h
index 23fae70..4adf62b 100644
--- a/bin/mv/pathnames.h
+++ b/bin/mv/pathnames.h
@@ -31,6 +31,7 @@
* SUCH DAMAGE.
*
* @(#)pathnames.h 8.1 (Berkeley) 5/31/93
+ * $Id$
*/
#define _PATH_RM "/bin/rm"
OpenPOWER on IntegriCloud