fd79a15577
I have commited a different version than in the PR, it lacks a license but if it warrants one we can stick the TNF standard on it. It's just a main() routine that calls revoke(2).
8 lines
129 B
Makefile
8 lines
129 B
Makefile
# $NetBSD: Makefile,v 1.1 2006/10/07 08:48:03 elad Exp $
|
|
|
|
PROG= revoke
|
|
MAN= revoke.8
|
|
WARNS?= 4
|
|
|
|
.include <bsd.prog.mk>
|