forced commit to test new log_accum.pl script
[dragonfly.git] / usr.bin / tput / Makefile
blobf59c7cb406c093e639683a355000e6988b91615d
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 # $DragonFly: src/usr.bin/tput/Makefile,v 1.3 2005/02/04 20:00:25 cpressey Exp $
5 PROG= tput
6 WARNS?= 6
7 DPADD= ${LIBTERMCAP}
8 LDADD= -ltermcap
9 SCRIPTS=clear.sh
10 MLINKS= tput.1 clear.1
12 .include <bsd.prog.mk>