=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/mg/Makefile 2015/01/05 21:45:10 1.29 +++ src/usr.bin/mg/Makefile 2015/03/17 18:08:52 1.30 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2015/01/05 21:45:10 lum Exp $ +# $OpenBSD: Makefile,v 1.30 2015/03/17 18:08:52 bcallah Exp $ PROG= mg @@ -7,13 +7,10 @@ # (Common) compile-time options: # -# FKEYS -- add support for function key sequences. # REGEX -- create regular expression functions. -# STARTUPFILE -- look for and handle initialization file. -# XKEYS -- use termcap function key definitions. -# note: XKEYS and bsmap mode do _not_ get along. +# STARTUPFILE -- look for and handle initialization file. # -CFLAGS+=-Wall -DFKEYS -DREGEX -DXKEYS +CFLAGS+=-Wall -DREGEX 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 \