diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2006-12-16 17:00:04 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2006-12-16 17:00:04 +0000 |
commit | 201dcc9f1aaf655d8ba57b102c1c9e401bf71924 (patch) | |
tree | 06ad01f172bb0681a31dff4329675782f607b3d1 /usr.bin/mg/Makefile | |
parent | 788cfa1b3dceba5011fd793a4743401a6c872e40 (diff) |
Get rid of PREFIXREGION ifdef, since we always enable it anyway.
no binary change.
Diffstat (limited to 'usr.bin/mg/Makefile')
-rw-r--r-- | usr.bin/mg/Makefile | 5 |
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 \ |