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
82e3dde754
freebsd-nq
/
usr.bin
/
keylogout
/
Makefile
9 lines
85 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 the last Secure RPC utility: keylogout. This program is used to remove your secret key from the local keyserv daemon.
1997-05-28 16:01:17 +00:00
PROG
=
keylogout
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 the last Secure RPC utility: keylogout. This program is used to remove your secret key from the local keyserv daemon.
1997-05-28 16:01:17 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink