repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Deleted wrongly imported bind sources from base.
[dragonfly.git]
/
usr.bin
/
tabs
/
Makefile
blob
7221b214128846d87a1208cdcb29e8f173312509
1
# $FreeBSD: src/usr.bin/tabs/Makefile,v 1.1 2002/05/21 02:33:25 tjr Exp $
2
# $DragonFly: src/usr.bin/tabs/Makefile,v 1.3 2007/08/27 16:50:59 pavalos Exp $
3
4
PROG
=
tabs
5
DPADD
= ${
LIBTERMCAP
}
6
LDADD
= -
ltermcap
7
8
.
include
<
bsd.prog.mk
>