repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
GPIO:further development
[minix.git]
/
usr.bin
/
tput
/
Makefile
blob
3058598894691d5e937154cfd71c2d93fd5bc08c
1
# $NetBSD: Makefile,v 1.10 2010/02/03 15:34:46 roy Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
PROG
=
tput
5
DPADD
= ${
LIBTERMINFO
}
6
LDADD
= -
lterminfo
7
MLINKS
=
tput
.1
clear
.1
8
SCRIPTS
=
clear.sh
9
10
.
include
<
bsd.prog.mk
>