repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
tabs
/
Makefile
blob
d47377da4f232d2d3b53acea96206e6b467dbb68
1
# $NetBSD: Makefile,v 1.1 2008/12/11 11:18:35 roy Exp $
2
3
PROG
=
tabs
4
DPADD
= ${
LIBTERMCAP
}
5
LDADD
= -
ltermcap
6
7
.
include
<
bsd.prog.mk
>