1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/skeyaudit/Makefile
millert fc7f3601ee Change S/Key stuff from using a flat file (/etc/skeykeys) to a directory
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.
2002-05-16 03:50:42 +00:00

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>