summaryrefslogtreecommitdiff
path: root/usr.bin/mg/Makefile
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2005-11-19 22:05:46 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2005-11-19 22:05:46 +0000
commit89638d6eb0ea912e77c8eb858579ec9ef0fda764 (patch)
tree83b632003a511f086991c0bbc561ce401c928521 /usr.bin/mg/Makefile
parent817a5881f118924affa67415e69692cb5a4f39bb (diff)
Remove DO_METAKEY here, too. Noted by Han Boetes.
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 622383bfb8a..75e16a0c95a 100644
--- a/usr.bin/mg/Makefile
+++ b/usr.bin/mg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.15 2005/03/10 18:27:47 henning Exp $
+# $OpenBSD: Makefile,v 1.16 2005/11/19 22:05:45 kjell Exp $
PROG= mg
@@ -7,7 +7,6 @@ DPADD+= ${LIBCURSES}
# (Common) compile-time options:
#
-# DO_METAKEY -- if bit 7 is set for a key, treat like a META key
# STARTUP -- look for and handle initialization file
# FKEYS -- add support for function key sequences.
# XKEYS -- use termcap function key definitions. Warning -
@@ -16,7 +15,7 @@ DPADD+= ${LIBCURSES}
# PREFIXREGION -- enable function "prefix-region"
# REGEX -- create regular expression functions
#
-CFLAGS+=-Wall -DDO_METAKEY -DPREFIXREGION -DXKEYS -DFKEYS -DREGEX
+CFLAGS+=-Wall -DPREFIXREGION -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 \