[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.13 and 1.14

version 1.13, 2003/05/05 11:12:07 version 1.14, 2005/03/09 19:12:57
Line 12 
Line 12 
 #       FKEYS           -- add support for function key sequences.  #       FKEYS           -- add support for function key sequences.
 #       XKEYS           -- use termcap function key definitions. Warning -  #       XKEYS           -- use termcap function key definitions. Warning -
 #                               XKEYS and bsmap mode do _not_ get along.  #                               XKEYS and bsmap mode do _not_ get along.
 #       BACKUP          -- enable "make-backup-files"  #       NOBACKUP        -- disable "make-backup-files"
 #       PREFIXREGION    -- enable function "prefix-region"  #       PREFIXREGION    -- enable function "prefix-region"
 #       REGEX           -- create regular expression functions  #       REGEX           -- create regular expression functions
 #  #
 CFLAGS+=-Wall -DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DBACKUP -DREGEX  CFLAGS+=-Wall -DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DREGEX
   
 SRCS=   cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.c \  SRCS=   cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.c \
         basic.c dir.c dired.c file.c line.c match.c paragraph.c \          basic.c dir.c dired.c file.c line.c match.c paragraph.c \

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14