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
- Add two fields in lwkt_serialize to profile serializer contention.
[dragonfly.git]
/
libexec
/
rlogind
/
Makefile
blob
e73b4f5946df649fe63c6a3d175185022035e982
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD: src/libexec/rlogind/Makefile,v 1.15.2.3 2001/04/25 10:40:55 ru Exp $
3
# $DragonFly: src/libexec/rlogind/Makefile,v 1.3 2007/03/24 21:29:06 swildner Exp $
4
5
PROG
=
rlogind
6
MAN
=
rlogind
.8
7
WARNS?
=
6
8
9
DPADD
= ${
LIBUTIL
}
10
LDADD
= -
lutil
11
CFLAGS
+= -
DINET6
12
13
.
include
<
bsd.prog.mk
>