]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/tput/Makefile
MFV r316918: 7990 libzfs: snapspec_cb() does not need to call zfs_strdup()
[FreeBSD/FreeBSD.git] / usr.bin / tput / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   tput
5 LIBADD= ncursesw
6 SCRIPTS=clear.sh
7 MLINKS= tput.1 clear.1
8
9 .include <bsd.prog.mk>