repo.or.cz
/
freebsd-src
/
fkvm-freebsd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pass read/write CRx registers to userspace
[freebsd-src/fkvm-freebsd.git]
/
libexec
/
rlogind
/
Makefile
blob
9807dc8e5ba30e6836833e5625bd7f0ed25fe2ae
1
# @(#)Makefile 8.1 (Berkeley) 6/4/93
2
# $FreeBSD$
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
rlogind
7
MAN
=
rlogind
.8
8
DPADD
= ${
LIBUTIL
}
9
LDADD
= -
lutil
10
WARNS?
=
2
11
12
.if
${
MK_INET6_SUPPORT
} !=
"no"
13
CFLAGS
+= -
DINET6
14
.
endif
15
16
.
include
<
bsd.prog.mk
>