Merge branch 'vendor/EXPAT'
[dragonfly.git] / usr.bin / tset / Makefile
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 $
3
4 PROG=   tset
5 SRCS=   map.c misc.c set.c term.c tset.c wrterm.c
6
7 DPADD=  ${LIBTERMCAP}
8 LDADD=  -ltermcap
9 LINKS=  ${BINDIR}/tset ${BINDIR}/reset
10 MLINKS= tset.1 reset.1
11
12 .include <bsd.prog.mk>