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
save/restore cr2, cr3 from vmcb
[freebsd-src/fkvm-freebsd.git]
/
usr.sbin
/
ctm
/
ctm_dequeue
/
Makefile
blob
07a234f0599d1e35623b072bc78bef317f9f31b5
1
# $FreeBSD$
2
3
.PATH
: ${
.CURDIR
}/
..
/
ctm_rmail
4
5
PROG
=
ctm_dequeue
6
NO_MAN
=
7
SRCS
=
ctm_dequeue.c error.c
8
9
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
ctm_rmail
10
11
.
include
<
bsd.prog.mk
>