From 18a66da4bb24ad83a7bdd2725fdde035b34c9ac9 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 11 Feb 2002 07:32:17 +0000 Subject: Move the realpath(1) source into its own directory. Previously, it shared sources with pwd(1). --- bin/realpath/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bin/realpath/Makefile (limited to 'bin/realpath/Makefile') diff --git a/bin/realpath/Makefile b/bin/realpath/Makefile new file mode 100644 index 0000000..acf62c7 --- /dev/null +++ b/bin/realpath/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +PROG= realpath + +.include -- cgit v1.1