This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-12-23 01:53:46 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f4627296cd
HardenedBSD
/
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 18:37:23 +01: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 18:01:17 +02: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 18:37:23 +01: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 18:01:17 +02:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink