Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / tput / Makefile
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.2 2003/06/17 04:29:33 dillon Exp $
4
5 PROG=   tput
6 DPADD=  ${LIBTERMCAP}
7 LDADD=  -ltermcap
8 SCRIPTS=clear.sh
9 MLINKS= tput.1 clear.1
10
11 .include <bsd.prog.mk>