aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/posixmqcontrol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/posixmqcontrol/Makefile')
-rw-r--r--usr.bin/posixmqcontrol/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/posixmqcontrol/Makefile b/usr.bin/posixmqcontrol/Makefile
new file mode 100644
index 000000000000..3cbfa8557625
--- /dev/null
+++ b/usr.bin/posixmqcontrol/Makefile
@@ -0,0 +1,4 @@
+PROG= posixmqcontrol
+LIBADD= rt
+
+.include <bsd.prog.mk>