xref: /netbsd-src/usr.bin/tput/Makefile (revision cda4f8f6ee55684e8d311b86c99ea59191e6b74f)
1#	from: @(#)Makefile	5.5 (Berkeley) 5/11/90
2#	$Id: Makefile,v 1.2 1993/07/30 23:50:17 mycroft Exp $
3
4PROG=	tput
5DPADD=	${LIBTERMCAP}
6LDADD=	-ltermcap
7MLINKS=	tput.1 clear.1
8
9beforeinstall:
10	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
11	    ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
12
13.include <bsd.prog.mk>
14