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
adds a couple print_vmcb()s for the write CR0 -> shutdown bug
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
jexec
/
Makefile
blob
2bf817cb84b6b0e4c7956e3b291faf996308e5d8
1
# $FreeBSD$
2
3
PROG
=
jexec
4
MAN
=
jexec
.8
5
DPADD
= ${
LIBUTIL
}
6
LDADD
= -
lutil
7
WARNS?
=
6
8
9
.
include
<
bsd.prog.mk
>