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
etc/services - sync with NetBSD-8
[minix.git]
/
usr.bin
/
tput
/
Makefile
blob
1f2bff7e73159016fdd9a8e0ac1fce34997cfd03
1
# $NetBSD: Makefile,v 1.11 2013/01/24 10:41:28 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
CPPFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
lib
/
libterminfo
11
12
.
include
<
bsd.prog.mk
>