NFE - Fix bug with imtimer transitions and improve performance
[dragonfly.git] / usr.bin / tset / Makefile
blob0776262076f64e704cf60c022ef439d041392d54
1 # @(#)Makefile 8.1 (Berkeley) 6/9/93
2 # $DragonFly: src/usr.bin/tset/Makefile,v 1.2 2007/08/27 16:51:00 pavalos Exp $
4 PROG= tset
5 SRCS= map.c misc.c set.c term.c tset.c wrterm.c
7 DPADD= ${LIBTERMCAP}
8 LDADD= -ltermcap
9 LINKS= ${BINDIR}/tset ${BINDIR}/reset
10 MLINKS= tset.1 reset.1
12 .include <bsd.prog.mk>