[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / skeyinfo

File: [local] / src / usr.bin / skeyinfo / Makefile (download)

Revision 1.3, Sun Jun 17 22:44:50 2001 UTC (22 years, 11 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.2: +4 -4 lines

Use BSD authentication to retrieve the challenge so we no longer require
suid root.

#	$OpenBSD: Makefile,v 1.3 2001/06/17 22:44:50 millert Exp $

PROG=	skeyinfo

BINOWN=	root
BINGRP=	auth
BINMODE=2555

.include <bsd.prog.mk>