summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2019-05-23 14:33:01 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2019-05-23 14:33:01 +0000
commit5f4592e46f8e46cb9a25ba1e56fa2dea8f286ed7 (patch)
tree5f500e014154498b86547e7715a8a0f7d36191a1 /usr.bin/Makefile
parentecb53c096d011eb146fe8daccfce9b757be1fca9 (diff)
downloadsrc-test-5f4592e46f8e46cb9a25ba1e56fa2dea8f286ed7.tar.gz
src-test-5f4592e46f8e46cb9a25ba1e56fa2dea8f286ed7.zip
Add posixshmcontrol(1), an utility to manipulate posix shared memory segments.
See usage for the command line structure. Man page will come shortly. Reviewed by: jilles, tmunro Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D20258
Notes
Notes: svn path=/head/; revision=348167
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index c9620c7b87a12..75ea3b7426a41 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -114,6 +114,7 @@ SUBDIR= alias \
patch \
pathchk \
perror \
+ posixshmcontrol \
pr \
printenv \
printf \