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

Diff for /src/usr.bin/tset/Makefile between version 1.4 and 1.5

version 1.4, 1998/07/24 00:11:06 version 1.5, 1998/07/25 19:27:37
Line 3 
Line 3 
 PROG=   tset  PROG=   tset
 SRCS=   map.c misc.c set.c term.c tset.c wrterm.c  SRCS=   map.c misc.c set.c term.c tset.c wrterm.c
   
 DPADD=  ${LIBCURSES}  DPADD=  ${LIBOLDCURSES}
 LDADD=  -lcurses  LDADD=  -locurses
 LINKS=  ${BINDIR}/tset ${BINDIR}/reset  LINKS=  ${BINDIR}/tset ${BINDIR}/reset
 MLINKS= tset.1 reset.1  MLINKS= tset.1 reset.1
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5