mirror of
https://github.com/opnsense/src.git
synced 2026-03-17 08:02:24 -04:00
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
7 lines
61 B
Makefile
7 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= revoke
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|