diff options
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 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. |