summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-06-15 21:52:27 +0000
committered <ed@FreeBSD.org>2009-06-15 21:52:27 +0000
commit675236a73e61660960610d1bca4fb88271cf0426 (patch)
treec534908bf30e3b007c9ef7d441157448110031a7 /usr.bin/Makefile
parent8e18b541e72bb508f317616f45dc8ca4ea75510e (diff)
downloadFreeBSD-src-675236a73e61660960610d1bca4fb88271cf0426.zip
FreeBSD-src-675236a73e61660960610d1bca4fb88271cf0426.tar.gz
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
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 f45c2c8..6497743 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -157,6 +157,7 @@ SUBDIR= alias \
${_quota} \
renice \
rev \
+ revoke \
${_rlogin} \
${_rpcgen} \
rpcinfo \
OpenPOWER on IntegriCloud