aboutsummaryrefslogtreecommitdiff
path: root/bin/realpath
diff options
context:
space:
mode:
Diffstat (limited to 'bin/realpath')
-rw-r--r--bin/realpath/Makefile1
-rw-r--r--bin/realpath/Makefile.depend2
-rw-r--r--bin/realpath/realpath.13
-rw-r--r--bin/realpath/realpath.c3
4 files changed, 0 insertions, 9 deletions
diff --git a/bin/realpath/Makefile b/bin/realpath/Makefile
index 71381f3359d0..bda6bff8a66b 100644
--- a/bin/realpath/Makefile
+++ b/bin/realpath/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
PACKAGE=runtime
PROG= realpath
diff --git a/bin/realpath/Makefile.depend b/bin/realpath/Makefile.depend
index cae7e645ef6a..93249906da4f 100644
--- a/bin/realpath/Makefile.depend
+++ b/bin/realpath/Makefile.depend
@@ -1,8 +1,6 @@
-# $FreeBSD$
# Autogenerated - do NOT edit!
DIRDEPS = \
- gnu/lib/csu \
include \
lib/${CSU_DIR} \
lib/libc \
diff --git a/bin/realpath/realpath.1 b/bin/realpath/realpath.1
index f9ba929d7fc6..96b70f2ac928 100644
--- a/bin/realpath/realpath.1
+++ b/bin/realpath/realpath.1
@@ -28,10 +28,7 @@
.\" 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.
-.\"
-.\" @(#)pwd.1 8.2 (Berkeley) 4/28/95
.\" From: src/bin/pwd/pwd.1,v 1.11 2000/11/20 11:39:39 ru Exp
-.\" $FreeBSD$
.\"
.Dd June 21, 2011
.Dt REALPATH 1
diff --git a/bin/realpath/realpath.c b/bin/realpath/realpath.c
index bc060bf1453c..9ee7f3126003 100644
--- a/bin/realpath/realpath.c
+++ b/bin/realpath/realpath.c
@@ -29,9 +29,6 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/param.h>
#include <err.h>