summaryrefslogtreecommitdiff
path: root/usr.bin/mg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/Makefile')
-rw-r--r--usr.bin/mg/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mg/Makefile b/usr.bin/mg/Makefile
index 4b35bd669d0..2af8c742be7 100644
--- a/usr.bin/mg/Makefile
+++ b/usr.bin/mg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.18 2005/11/22 05:02:44 kjell Exp $
+# $OpenBSD: Makefile,v 1.19 2006/12/16 17:00:03 kjell Exp $
PROG= mg
@@ -11,10 +11,9 @@ DPADD+= ${LIBCURSES}
# FKEYS -- add support for function key sequences.
# XKEYS -- use termcap function key definitions. Warning -
# XKEYS and bsmap mode do _not_ get along.
-# PREFIXREGION -- enable function "prefix-region"
# REGEX -- create regular expression functions
#
-CFLAGS+=-Wall -DPREFIXREGION -DXKEYS -DFKEYS -DREGEX
+CFLAGS+=-Wall -DXKEYS -DFKEYS -DREGEX
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 \