xref: /openbsd/usr.bin/tput/Makefile (revision 78b63d65)
1#	$OpenBSD: Makefile,v 1.11 1999/06/29 19:39:39 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