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
/
tput
/
Makefile
blob
e48f05932a27a724171103b3165c563cb02e8869
1
# $NetBSD: Makefile,v 1.8 2005/07/30 14:43:13 christos Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
tput
5
DPADD
= ${
LIBTERMCAP
}
6
LDADD
= -
ltermcap
7
MLINKS
=
tput
.1
clear
.1
8
SCRIPTS
=
clear.sh
9
10
.
include
<
bsd.prog.mk
>