Makefile revision 1.6
1#	$OpenBSD: Makefile,v 1.6 1998/07/24 00:11:05 millert Exp $
2
3PROG=	tput
4DPADD=	${LIBCURSES}
5LDADD=	-lcurses
6MLINKS=	tput.1 clear.1
7LINKS= ${BINDIR}/tput ${BINDIR}/clear
8
9.include <bsd.prog.mk>
10