summaryrefslogblamecommitdiff
path: root/usr.bin/tput/Makefile
blob: d3171dab7ef0bfcb27d8bb2579c06771dc4aa2ff (plain) (tree)
1
2
3
4
5
6
7
8
9
                                             
           

            
                
                

                      
                      
#	@(#)Makefile	8.1 (Berkeley) 6/6/93
# $FreeBSD$

PROG=	tput
LIBADD=	ncursesw
SCRIPTS=clear.sh
MLINKS=	tput.1 clear.1

.include <bsd.prog.mk>