aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/stat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/stat/Makefile')
-rw-r--r--file_cmds/stat/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/file_cmds/stat/Makefile b/file_cmds/stat/Makefile
new file mode 100644
index 0000000..28b769e
--- /dev/null
+++ b/file_cmds/stat/Makefile
@@ -0,0 +1,6 @@
+PROG= stat
+MAN= readlink.1 stat.1
+
+LINKS+= ${BINDIR}/stat ${BINDIR}/readlink
+
+.include <bsd.prog.mk>