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

Diff for /src/usr.bin/mg/Makefile between version 1.24 and 1.25

version 1.24, 2011/02/02 05:21:36 version 1.25, 2011/11/28 04:41:39
Line 2 
Line 2 
   
 PROG=   mg  PROG=   mg
   
 LDADD+= -lcurses  LDADD+= -lcurses -lutil
 DPADD+= ${LIBCURSES}  DPADD+= ${LIBCURSES} ${LIBUTIL}
   
 # (Common) compile-time options:  # (Common) compile-time options:
 #  #
Line 24 
Line 24 
 #  #
 # More or less standalone extensions.  # More or less standalone extensions.
 #  #
 SRCS+=  cmode.c dired.c grep.c theo.c  SRCS+=  cmode.c dired.c grep.c tags.c theo.c
   
 afterinstall:  afterinstall:
         ${INSTALL} -d ${DESTDIR}${DOCDIR}/mg          ${INSTALL} -d ${DESTDIR}${DOCDIR}/mg

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25