This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / usr.bin / tset / Makefile
# @(#)Makefile 5.14 (Berkeley) 12/22/91
PROG= tset
SRCS= map.c misc.c set.c term.c tset.c wrterm.c
DPADD= ${LIBTERMCAP}
LDADD= -ltermcap
LINKS= ${BINDIR}/tset ${BINDIR}/reset
MLINKS= tset.1 reset.1
.include <bsd.prog.mk>