NetBSD/usr.bin/tput/Makefile

12 lines
221 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.8 2005/07/30 14:43:13 christos Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
WARNS= 3
1993-03-21 12:45:37 +03:00
PROG= tput
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
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>