1999c518b6
Posix tool to allow direct use of the terminfo database. The clear script is adjusted accordingly. The (MINIX-specific) clr equivalent is now gone.
10 lines
210 B
Makefile
Executable file
10 lines
210 B
Makefile
Executable file
# $NetBSD: Makefile,v 1.10 2010/02/03 15:34:46 roy Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
PROG= tput
|
|
DPADD= ${LIBTERMINFO}
|
|
LDADD= -lterminfo
|
|
MLINKS= tput.1 clear.1
|
|
SCRIPTS=clear.sh
|
|
|
|
.include <bsd.prog.mk>
|