summaryrefslogtreecommitdiff
path: root/usr.bin/stat/Makefile
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2005-04-01 07:07:32 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2005-04-01 07:07:32 +0000
commitc6d1c5e474019f881fe1649de64205cc8ede2db5 (patch)
tree9cda32e4907ca71ce5ec2effbd09586fef87aea3 /usr.bin/stat/Makefile
parent7b7bf2c10861e3377ce2425def9f1d17b4ef0b65 (diff)
Welcome stat(1), from NetBSD. grrrrrok deraadt@ ok henning@ tdeval@ tedu@
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>