repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
privatize libncurses (touches many, many programs)
[dragonfly.git]
/
usr.bin
/
keylogout
/
Makefile
blob
9674b3ce9bea4f19753f872d3d9f9c820aa1ceb4
1
# $FreeBSD: src/usr.bin/keylogout/Makefile,v 1.3 1999/08/28 01:02:28 peter Exp $
2
3
PROG
=
keylogout
4
5
DPADD
= ${
LIBRPCSVC
}
6
LDADD
= -
lrpcsvc
7
8
.
include
<
bsd.prog.mk
>