summaryrefslogtreecommitdiff
path: root/usr.bin/stat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/stat/Makefile')
-rw-r--r--usr.bin/stat/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.bin/stat/Makefile b/usr.bin/stat/Makefile
new file mode 100644
index 00000000000..2c5ca83464d
--- /dev/null
+++ b/usr.bin/stat/Makefile
@@ -0,0 +1,9 @@
+# $OpenBSD: Makefile,v 1.1 2005/04/01 07:07:31 otto Exp $
+# $NetBSD: Makefile,v 1.7 2003/07/25 03:21:17 atatat Exp $
+
+PROG= stat
+
+LINKS= ${BINDIR}/stat ${BINDIR}/readlink
+MLINKS= stat.1 readlink.1
+
+.include <bsd.prog.mk>