xref: /csrg-svn/usr.bin/tput/Makefile (revision 62320)
1*62320Sbostic#	@(#)Makefile	8.1 (Berkeley) 06/06/93
235992Sbostic
341653SbosticPROG=	tput
441653SbosticDPADD=	${LIBTERMCAP}
541653SbosticLDADD=	-ltermcap
641653SbosticMLINKS=	tput.1 clear.1
735992Sbostic
841653Sbosticbeforeinstall:
941653Sbostic	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1041653Sbostic	    ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
1135992Sbostic
1241653Sbostic.include <bsd.prog.mk>
13