freebsd-dev/usr.bin/revoke/Makefile
Ed Schouten 7c7cef7278 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
2009-06-15 21:52:27 +00:00

8 lines
61 B
Makefile

# $FreeBSD$
PROG= revoke
WARNS?= 6
.include <bsd.prog.mk>