[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.33 and 1.34

version 1.33, 2016/09/16 17:17:40 version 1.34, 2019/06/10 06:52:44
Line 9 
Line 9 
 #  #
 #       REGEX           -- create regular expression functions.  #       REGEX           -- create regular expression functions.
 #       STARTUPFILE     -- look for and handle initialization file.  #       STARTUPFILE     -- look for and handle initialization file.
   #       MGLOG           -- debug mg internals to a log file.
 #  #
 CFLAGS+=-Wall -DREGEX  CFLAGS+=-Wall -DREGEX
   
Line 22 
Line 23 
 # More or less standalone extensions.  # More or less standalone extensions.
 #  #
 SRCS+=  cmode.c cscope.c dired.c grep.c tags.c  SRCS+=  cmode.c cscope.c dired.c grep.c tags.c
   
   #
   # -DMGLOG source file.
   #
   #SRCS+= log.c
   
 afterinstall:  afterinstall:
         ${INSTALL} -d -o root -g wheel ${DESTDIR}${DOCDIR}/mg          ${INSTALL} -d -o root -g wheel ${DESTDIR}${DOCDIR}/mg

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34