NetBSD/usr.bin/tput/Makefile

12 lines
219 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1997/10/14 01:46:32 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 6/6/93
1993-03-21 12:45:37 +03:00
WARNS?= 1
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>