d9126ba1ad
This program is used to change a user's existing public and secret key pair.
15 lines
165 B
Makefile
15 lines
165 B
Makefile
# $Id$
|
|
|
|
PROG= chkey
|
|
SRCS= chkey.c update.c generic.c
|
|
|
|
.PATH: ${.CURDIR}/../newkey
|
|
|
|
MAN1= chkey.1
|
|
|
|
CFLAGS+= -DYP
|
|
|
|
LDADD+= -lrpcsvc -lmp -lgmp
|
|
|
|
.include <bsd.prog.mk>
|