aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ofed/infiniband-diags/smpdump/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ofed/infiniband-diags/smpdump/Makefile')
-rw-r--r--usr.bin/ofed/infiniband-diags/smpdump/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr.bin/ofed/infiniband-diags/smpdump/Makefile b/usr.bin/ofed/infiniband-diags/smpdump/Makefile
new file mode 100644
index 000000000000..70fe61c05448
--- /dev/null
+++ b/usr.bin/ofed/infiniband-diags/smpdump/Makefile
@@ -0,0 +1,5 @@
+PROG= smpdump
+SRCS= smpdump.c
+MAN= smpdump.8
+
+.include <bsd.prog.mk>