NetBSD/usr.bin/tput/Makefile

11 lines
209 B
Makefile
Raw Normal View History

1997-10-20 04:51:04 +04:00
# $NetBSD: Makefile,v 1.7 1997/10/20 00:51:04 lukem 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
1997-03-25 00:57:01 +03:00
SCRIPTS=clear.sh
1993-03-21 12:45:37 +03:00
.include <bsd.prog.mk>