diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-10 18:27:48 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-03-10 18:27:48 +0000 |
commit | 1716a81245e9076b6bd905a499a460aed73271e9 (patch) | |
tree | 9caa42b73f1b5cb58ecdb2ca324f74a191d1d84a /usr.bin/mg/Makefile | |
parent | 3f8471335e69c8c462f4d6c6452dcf19975284be (diff) |
fix more BACKUP/NOBACKUP/NO_BACKUP confusion, again no binary change.
spotted by jmc@
Diffstat (limited to 'usr.bin/mg/Makefile')
-rw-r--r-- | usr.bin/mg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/Makefile b/usr.bin/mg/Makefile index 768efbc3fd1..622383bfb8a 100644 --- a/usr.bin/mg/Makefile +++ b/usr.bin/mg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2005/03/09 19:12:57 henning Exp $ +# $OpenBSD: Makefile,v 1.15 2005/03/10 18:27:47 henning Exp $ PROG= mg @@ -12,7 +12,7 @@ DPADD+= ${LIBCURSES} # FKEYS -- add support for function key sequences. # XKEYS -- use termcap function key definitions. Warning - # XKEYS and bsmap mode do _not_ get along. -# NOBACKUP -- disable "make-backup-files" +# NO_BACKUP -- disable "make-backup-files" # PREFIXREGION -- enable function "prefix-region" # REGEX -- create regular expression functions # |