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
renames vmcb->control.v_irq to virq_pending
[freebsd-src/fkvm-freebsd.git]
/
usr.bin
/
tabs
/
Makefile
blob
4b5d40e0d3024a798ed5fdc30a6589390f876e8f
1
# $FreeBSD$
2
3
PROG
=
tabs
4
DPADD
= ${
LIBTERMCAP
}
5
LDADD
= -
ltermcap
6
7
.
include
<
bsd.prog.mk
>