summaryrefslogtreecommitdiff
path: root/usr.bin/tput/Makefile
blob: afa5882364e96946360fda4787e64f5a8e1bfda4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.3 1996/12/08 14:32:35 downsj Exp $
#	$NetBSD: Makefile,v 1.3 1994/12/07 08:49:07 jtc Exp $

PROG=	tput
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap
MLINKS=	tput.1 clear.1

beforeinstall:
	${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    ${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear

.include <bsd.prog.mk>