This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4689d219ff
freebsd-nq
/
usr.bin
/
keylogin
/
Makefile
9 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fixed DPADD. Don't override the (correct) default for SRCS or MAN1. Replaced bogus Lite1 (?) Id by $Id$. The key server files were mis-imported so it is hard to tell where they came from, but at least in Lite2 they don't have useful Makefiles, and I rewrote most of the Makefile.
1997-12-16 17:37:23 +00:00
# $Id$
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
PROG
=
keylogin
Fixed DPADD. Don't override the (correct) default for SRCS or MAN1. Replaced bogus Lite1 (?) Id by $Id$. The key server files were mis-imported so it is hard to tell where they came from, but at least in Lite2 they don't have useful Makefiles, and I rewrote most of the Makefile.
1997-12-16 17:37:23 +00:00
DPADD
=
${
LIBRPCSVC
}
LDADD
=
-lrpcsvc
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
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink