freebsd-dev/usr.bin/tput/Makefile

10 lines
142 B
Makefile
Raw Normal View History

1994-05-27 12:33:43 +00:00
# @(#)Makefile 8.1 (Berkeley) 6/6/93
2001-04-07 11:21:35 +00:00
# $FreeBSD$
1994-05-27 12:33:43 +00:00
PROG= tput
LIBADD= ncursesw
2001-04-07 11:21:35 +00:00
SCRIPTS=clear.sh
1994-05-27 12:33:43 +00:00
MLINKS= tput.1 clear.1
.include <bsd.prog.mk>