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
Intercept reads to CR0, CR3, CR4 and writes to CR0, CR3, CR4, and CR8.
[freebsd-src/fkvm-freebsd.git]
/
usr.bin
/
chat
/
Makefile
blob
8aa23eb0daf2929d7e524d419f03d6f7c200b702
1
# $FreeBSD$
2
3
# I once used this extensively, but no longer have a modem. Feel free
4
# to ask me questions about it, but I disclaim ownership now. -Peter
5
6
PROG
=
chat
7
MAN
=
chat
.8
8
9
.
include
<
bsd.prog.mk
>