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

Diff for /src/usr.bin/more/Attic/Makefile between version 1.8 and 1.9

version 1.8, 1997/09/21 11:50:08 version 1.9, 1998/07/24 00:10:55
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   more  PROG=   more
 DPADD=  ${LIBTERM} ${LIBCOMPAT}  DPADD=  ${LIBCURSES} ${LIBCOMPAT}
 LDADD=  -ltermcap -lcompat  LDADD=  -lcurses -lcompat
 MLINKS= more.1 page.1  MLINKS= more.1 page.1
 LINKS=  ${BINDIR}/more ${BINDIR}/page  LINKS=  ${BINDIR}/more ${BINDIR}/page
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9