summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: 836899278a7548dab6f8f7d304cf7381c8b8594b (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.10 1999/03/06 20:27:42 millert Exp $

PROG=	tput
CFLAGS+= -D_USE_OLD_CURSES_
DPADD=	${LIBOLDCURSES}
LDADD=	-locurses
MLINKS=	tput.1 clear.1
LINKS= ${BINDIR}/tput ${BINDIR}/clear

.include <bsd.prog.mk>