aboutsummaryrefslogtreecommitdiff
path: root/bin/mkdir
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mkdir')
-rw-r--r--bin/mkdir/Makefile3
-rw-r--r--bin/mkdir/Makefile.depend2
-rw-r--r--bin/mkdir/mkdir.13
-rw-r--r--bin/mkdir/mkdir.c14
-rw-r--r--bin/mkdir/tests/Makefile2
-rw-r--r--bin/mkdir/tests/Makefile.depend1
-rw-r--r--bin/mkdir/tests/mkdir_test.sh1
7 files changed, 0 insertions, 26 deletions
diff --git a/bin/mkdir/Makefile b/bin/mkdir/Makefile
index 79ed25fdc204..0550f769e6f7 100644
--- a/bin/mkdir/Makefile
+++ b/bin/mkdir/Makefile
@@ -1,6 +1,3 @@
-# @(#)Makefile 8.1 (Berkeley) 5/31/93
-# $FreeBSD$
-
.include <src.opts.mk>
PACKAGE=runtime
diff --git a/bin/mkdir/Makefile.depend b/bin/mkdir/Makefile.depend
index 6cfaab1c3644..6ef78fac5cbf 100644
--- a/bin/mkdir/Makefile.depend
+++ b/bin/mkdir/Makefile.depend
@@ -1,8 +1,6 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
- gnu/lib/csu \
include \
include/xlocale \
lib/${CSU_DIR} \
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 0b6c2cbfff97..599ac7e4a7ff 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -29,9 +29,6 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
-.\" $FreeBSD$
-.\"
.Dd March 15, 2013
.Dt MKDIR 1
.Os
diff --git a/bin/mkdir/mkdir.c b/bin/mkdir/mkdir.c
index cc699d3893dc..e67c99ce2a3a 100644
--- a/bin/mkdir/mkdir.c
+++ b/bin/mkdir/mkdir.c
@@ -29,20 +29,6 @@
* SUCH DAMAGE.
*/
-#if 0
-#ifndef lint
-static char const copyright[] =
-"@(#) Copyright (c) 1983, 1992, 1993\n\
- The Regents of the University of California. All rights reserved.\n";
-#endif /* not lint */
-
-#ifndef lint
-static char sccsid[] = "@(#)mkdir.c 8.2 (Berkeley) 1/25/94";
-#endif /* not lint */
-#endif
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <sys/stat.h>
diff --git a/bin/mkdir/tests/Makefile b/bin/mkdir/tests/Makefile
index 3b28a958bea0..d6b025b660bf 100644
--- a/bin/mkdir/tests/Makefile
+++ b/bin/mkdir/tests/Makefile
@@ -1,5 +1,3 @@
-# $FreeBSD$
-
ATF_TESTS_SH+= mkdir_test
.include <bsd.test.mk>
diff --git a/bin/mkdir/tests/Makefile.depend b/bin/mkdir/tests/Makefile.depend
index f80275d86ab1..11aba52f82cf 100644
--- a/bin/mkdir/tests/Makefile.depend
+++ b/bin/mkdir/tests/Makefile.depend
@@ -1,4 +1,3 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
diff --git a/bin/mkdir/tests/mkdir_test.sh b/bin/mkdir/tests/mkdir_test.sh
index 985a486d2075..a113baaa5312 100644
--- a/bin/mkdir/tests/mkdir_test.sh
+++ b/bin/mkdir/tests/mkdir_test.sh
@@ -23,7 +23,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
#
usage_output='usage: mkdir'