NetBSD/usr.bin/tput/Makefile

11 lines
210 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 2010/02/03 15:34:46 roy Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
PROG= tput
DPADD= ${LIBTERMINFO}
LDADD= -lterminfo
1993-03-21 12:45:37 +03:00
MLINKS= tput.1 clear.1
1997-03-25 00:57:01 +03:00
SCRIPTS=clear.sh
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>