aboutsummaryrefslogtreecommitdiff
path: root/bin/realpath/Makefile
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-02-11 07:32:17 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-02-11 07:32:17 +0000
commit5330465c439e14b7d760d8369b484a7a7459c019 (patch)
treefd0435a9c6b410325462b971fa39ee3cf46a92c3 /bin/realpath/Makefile
parent5af956e9f853018739c15cb2f50160e3bc74a11b (diff)
downloadsrc-5330465c439e14b7d760d8369b484a7a7459c019.tar.gz
src-5330465c439e14b7d760d8369b484a7a7459c019.zip
Notes
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 000000000000..acf62c76cb3a
--- /dev/null
+++ b/bin/realpath/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+PROG= realpath
+
+.include <bsd.prog.mk>