Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.bin / tset / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/9/93
2
3 PROG=   tset
4 SRCS=   map.c misc.c set.c term.c tset.c wrterm.c
5
6 DPADD=  ${LIBTERMCAP}
7 LDADD=  -ltermcap
8 LINKS=  ${BINDIR}/tset ${BINDIR}/reset
9 MLINKS= tset.1 reset.1
10
11 .include <bsd.prog.mk>