Add a proxy libpthread.
[dragonfly.git] / usr.bin / tset / Makefile
blob126cf321bda9c5db114508be40224296069d98e7
1 # @(#)Makefile 8.1 (Berkeley) 6/9/93
3 PROG= tset
4 SRCS= map.c misc.c set.c term.c tset.c wrterm.c
6 DPADD= ${LIBTERMCAP}
7 LDADD= -ltermcap
8 LINKS= ${BINDIR}/tset ${BINDIR}/reset
9 MLINKS= tset.1 reset.1
11 .include <bsd.prog.mk>