7c7cef7278
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
8 lines
61 B
Makefile
8 lines
61 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= revoke
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.prog.mk>
|