NetBSD/usr.bin/revoke/Makefile
elad fd79a15577 PR/18126: jnilsson at ludd dot luth dot se: add the revoke program
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).
2006-10-07 08:48:03 +00:00

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>