Add the source code for /usr/src/usr.bin from the Net/2 tape
[unix-history] / usr / src / 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>