This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-01 15:35:10 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4da170bcf6
opnsense-src
/
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 12:37:23 -05: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 12:01:17 -04: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 12:37:23 -05: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 12:01:17 -04:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink