summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: e1bd77d0cf06129aa8774752fbccee23d9037635 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.8 1998/07/25 21:30:49 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>