freebsd-dev/usr.bin/chkey/Makefile
Bill Paul d9126ba1ad Import chkey.
This program is used to change a user's existing public and secret key pair.
1997-05-28 15:54:04 +00:00

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>