NetBSD/usr.bin/tput/Makefile

14 lines
317 B
Makefile
Raw Normal View History

1996-10-18 09:55:26 +04:00
# $NetBSD: Makefile,v 1.4 1996/10/18 06:22:06 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= tput
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
MLINKS= tput.1 clear.1
beforeinstall:
1996-10-18 09:55:26 +04:00
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
1993-03-21 12:45:37 +03:00
${.CURDIR}/clear.sh ${DESTDIR}/usr/bin/clear
.include <bsd.prog.mk>