mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
fc7f3601ee
where each user gets their own file, which is owned by that user. An old S/Key database may be converted by running "skeyinit -C" as root. Programs that need to access the S/Key database no longer need to be setuid root. They must now be setgid auth instead.
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $OpenBSD: Makefile,v 1.3 2002/05/16 03:50:42 millert Exp $
|
|
|
|
PROG= skeyaudit
|
|
BINGRP= auth
|
|
BINMODE=2555
|
|
DPADD= ${LIBSKEY}
|
|
LDADD= -lskey
|
|
|
|
.include <bsd.prog.mk>
|