aboutsummaryrefslogtreecommitdiff
path: root/bin/mv
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mv')
-rw-r--r--bin/mv/Makefile1
-rw-r--r--bin/mv/mv.12
-rw-r--r--bin/mv/mv.c3
3 files changed, 0 insertions, 6 deletions
diff --git a/bin/mv/Makefile b/bin/mv/Makefile
index 2d23ea864f9b..2413f572874f 100644
--- a/bin/mv/Makefile
+++ b/bin/mv/Makefile
@@ -1,4 +1,3 @@
-# @(#)Makefile 8.2 (Berkeley) 4/2/94
.include <src.opts.mk>
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index bad805c94489..138ce99f586f 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -29,8 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
-.\"
.Dd March 15, 2013
.Dt MV 1
.Os
diff --git a/bin/mv/mv.c b/bin/mv/mv.c
index 1320f603b3c4..1104a2710174 100644
--- a/bin/mv/mv.c
+++ b/bin/mv/mv.c
@@ -39,9 +39,6 @@ static char const copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
-static char sccsid[] = "@(#)mv.c 8.2 (Berkeley) 4/2/94";
-#endif /* not lint */
#endif
#include <sys/cdefs.h>
#include <sys/types.h>