[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.29 and 1.30

version 1.29, 2015/01/05 21:45:10 version 1.30, 2015/03/17 18:08:52
Line 7 
Line 7 
   
 # (Common) compile-time options:  # (Common) compile-time options:
 #  #
 #       FKEYS           -- add support for function key sequences.  
 #       REGEX           -- create regular expression functions.  #       REGEX           -- create regular expression functions.
 #       STARTUPFILE             -- look for and handle initialization file.  #       STARTUPFILE     -- look for and handle initialization file.
 #       XKEYS           -- use termcap function key definitions.  
 #                               note: XKEYS and bsmap mode do _not_ get along.  
 #  #
 CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS  CFLAGS+=-Wall -DREGEX
   
 SRCS=   autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \  SRCS=   autoexec.c basic.c bell.c buffer.c cinfo.c dir.c display.c \
         echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \          echo.c extend.c file.c fileio.c funmap.c help.c kbd.c keymap.c \

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30