summaryrefslogtreecommitdiffstats
path: root/usr.sbin/diskinfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/diskinfo/Makefile')
-rw-r--r--usr.sbin/diskinfo/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/diskinfo/Makefile b/usr.sbin/diskinfo/Makefile
new file mode 100644
index 0000000..e0c9cc7
--- /dev/null
+++ b/usr.sbin/diskinfo/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+PROG= diskinfo
+MAN= diskinfo.8
+
+.include <bsd.prog.mk>
+
+test: ${PROG}
+ ./${PROG} /dev/ad4 md50
+ ./${PROG} -v /dev/ad4 md50
+ ./${PROG} -t /dev/ad4
OpenPOWER on IntegriCloud