aboutsummaryrefslogtreecommitdiffstats
path: root/sbin/mdoctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mdoctl/Makefile')
-rw-r--r--sbin/mdoctl/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/mdoctl/Makefile b/sbin/mdoctl/Makefile
new file mode 100644
index 000000000000..323c70b39207
--- /dev/null
+++ b/sbin/mdoctl/Makefile
@@ -0,0 +1,7 @@
+PACKAGE= utilities
+PROG_CXX= mdoctl
+SRCS= mdoctl.cc
+CXXSTD= c++23
+MAN= mdoctl.8
+
+.include <bsd.prog.mk>