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
LIBPRIV: Add common PRIVATELIB_LDFLAGS definitions.
[dragonfly.git]
/
usr.bin
/
tput
/
Makefile
blob
6d44be426df4a03f03b30fb90d6172e04b6e9c89
1
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2
# $FreeBSD: src/usr.bin/tput/Makefile,v 1.3.6.1 2001/04/25 14:04:33 ru Exp $
3
4
PROG
=
tput
5
DPADD
= ${
LIBNCURSES
}
6
LDADD
= -
lprivate_ncurses
7
LDFLAGS
+= ${
PRIVATELIB_LDFLAGS
}
8
SCRIPTS
=
clear.sh
9
MLINKS
=
tput
.1
clear
.1
10
11
.
include
<
bsd.prog.mk
>