freebsd-dev/usr.bin/keylogin/Makefile
Bill Paul 568e1ef3f7 Import keylogin.
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.
1997-05-28 15:58:29 +00:00

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>