don't blow away TERMCAP environmental variable if a path
[unix-history] / usr / src / usr.bin / tset / Makefile
# @(#)Makefile 5.14 (Berkeley) %G%
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>