summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-15 21:52:27 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-15 21:52:27 +0000
commit7c7cef727834993a1e92e0de5ccbe09dcba27d95 (patch)
treec534908bf30e3b007c9ef7d441157448110031a7 /usr.bin/Makefile
parentcb3ec8e0c166db43edf0a5d4d5b84100b76dc579 (diff)
downloadsrc-test-7c7cef727834993a1e92e0de5ccbe09dcba27d95.tar.gz
src-test-7c7cef727834993a1e92e0de5ccbe09dcba27d95.zip
Add revoke(1).
While hacking on TTY code, I often miss a small utility to revoke my own (pseudo-)terminals. This small utility is just a small wrapper around the revoke(2) call, so you can destroy your very own login sessions. Approved by: re
Notes
Notes: svn path=/head/; revision=194267
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 f45c2c8b04b17..64977431214e8 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -157,6 +157,7 @@ SUBDIR= alias \
${_quota} \
renice \
rev \
+ revoke \
${_rlogin} \
${_rpcgen} \
rpcinfo \