[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/Makefile between version 1.101 and 1.102

version 1.101, 2019/12/12 11:39:56 version 1.102, 2020/03/11 14:17:55
Line 130 
Line 130 
   
 CFLAGS += -I${.CURDIR}  CFLAGS += -I${.CURDIR}
   
 LDADD=  -lutil -lcurses -levent  LDADD=  -lutil -lcurses -levent -lm
 DPADD=  ${LIBUTIL} ${LIBCURSES} ${LIBEVENT}  DPADD=  ${LIBUTIL} ${LIBCURSES} ${LIBEVENT} ${LIBM}
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102