summaryrefslogtreecommitdiff
path: root/usr.bin/mg/Makefile
diff options
context:
space:
mode:
authorVincent Labrecque <vincent@cvs.openbsd.org>2002-05-29 12:41:43 +0000
committerVincent Labrecque <vincent@cvs.openbsd.org>2002-05-29 12:41:43 +0000
commit72654f620c12e7d0fb15f20c99ee85298a14250f (patch)
treee83bc9753a67576605a8873d05fa4f7b69b48044 /usr.bin/mg/Makefile
parent865bff097feb888c34fc0975b9df60143f406a49 (diff)
add an "auto-execute" feature, that allows binding function calls to
certain patterns. for example, `auto-execute "*.c" auto-indent-mode'. ok art@
Diffstat (limited to 'usr.bin/mg/Makefile')
-rw-r--r--usr.bin/mg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/Makefile b/usr.bin/mg/Makefile
index f9d2ada1be0..0a31fa89dba 100644
--- a/usr.bin/mg/Makefile
+++ b/usr.bin/mg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.11 2002/02/20 22:30:54 vincent Exp $
+# $OpenBSD: Makefile,v 1.12 2002/05/29 12:41:42 vincent Exp $
PROG= mg
@@ -22,7 +22,7 @@ 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 \
random.c region.c search.c version.c window.c word.c \
buffer.c display.c echo.c extend.c help.c kbd.c keymap.c \
- macro.c main.c modes.c re_search.c funmap.c undo.c
+ macro.c main.c modes.c re_search.c funmap.c undo.c autoexec.c
#
# More or less standalone extensions.