Set Short Slot Time subfield in Capability field, if ieee80211com.ic_caps
[dragonfly/vkernel-mp.git] / usr.bin / tput / Makefile
blob3d086b13ce7f9fe748056a147dbed7c5e52c281e
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 # $DragonFly: src/usr.bin/tput/Makefile,v 1.3 2005/02/04 21:00:25 cpressey Exp $
5 PROG= tput
6 WARNS?= 6
7 DPADD= ${LIBTERMCAP}
8 LDADD= -ltermcap
9 SCRIPTS=clear.sh
10 MLINKS= tput.1 clear.1
12 .include <bsd.prog.mk>