db8b6bbf74
This is the program used to generate new Secure RPC public and secret key pairs.
14 lines
148 B
Makefile
14 lines
148 B
Makefile
# $Id$
|
|
|
|
PROG= newkey
|
|
SRCS= newkey.c update.c generic.c
|
|
|
|
MAN8= newkey.8
|
|
|
|
# Later
|
|
#CFLAGS+= -DYP
|
|
|
|
LDADD+= -lrpcsvc -lmp -lgmp
|
|
|
|
.include <bsd.prog.mk>
|