Merge branch 'vendor/GCC50'
[dragonfly.git] / usr.bin / tput / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD: src/usr.bin/tput/Makefile,v 1.3.6.1 2001/04/25 14:04:33 ru Exp $
3
4 PROG=   tput
5 DPADD=  ${LIBNCURSES}
6 LDADD=  -lprivate_ncurses
7 LDFLAGS+=       -rpath /lib/priv -L ${_SHLIBDIRPREFIX}/usr/lib/priv
8 SCRIPTS=clear.sh
9 MLINKS= tput.1 clear.1
10
11 .include <bsd.prog.mk>