summaryrefslogtreecommitdiffstats
path: root/bin/realpath/Makefile
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-02-11 07:32:17 +0000
committermike <mike@FreeBSD.org>2002-02-11 07:32:17 +0000
commit18a66da4bb24ad83a7bdd2725fdde035b34c9ac9 (patch)
treefd0435a9c6b410325462b971fa39ee3cf46a92c3 /bin/realpath/Makefile
parent63a6430f4a7f37ab4a8f5052af5e510deeb203fd (diff)
downloadFreeBSD-src-18a66da4bb24ad83a7bdd2725fdde035b34c9ac9.zip
FreeBSD-src-18a66da4bb24ad83a7bdd2725fdde035b34c9ac9.tar.gz
Move the realpath(1) source into its own directory. Previously, it
shared sources with pwd(1).
Diffstat (limited to 'bin/realpath/Makefile')
-rw-r--r--bin/realpath/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud