summaryrefslogtreecommitdiffstats
path: root/usr.bin/tput/Makefile
blob: 441305c15fb7189b2057563643b72097623d6a27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

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

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

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud