568e1ef3f7
This is the program used to loadsecret keys into the keyserv on the local host. Note: on some platforms, keylogin is automatically invoked by /usr/bin/login. We don't have any burning need for this yet.
11 lines
130 B
Makefile
11 lines
130 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= keylogin
|
|
SRCS= keylogin.c
|
|
|
|
MAN1= keylogin.1
|
|
|
|
LDADD+= -lrpcsvc
|
|
|
|
.include <bsd.prog.mk>
|