Pull up CVS idents from FreeBSD to match our current version.
[dragonfly.git] / usr.bin / tset / Makefile
blob90e7a398b2a8d0dcf0735f1d27d5fd308fdb1263
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
6 WARNS?= 1
8 DPADD= ${LIBTERMCAP}
9 LDADD= -ltermcap
10 LINKS= ${BINDIR}/tset ${BINDIR}/reset
11 MLINKS= tset.1 reset.1
13 .include <bsd.prog.mk>