diff options
author | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-02-14 03:07:34 +0000 |
---|---|---|
committer | Vincent Labrecque <vincent@cvs.openbsd.org> | 2002-02-14 03:07:34 +0000 |
commit | fda1d6f7f67864cb5c52fb9eaa90feeb6b7d7873 (patch) | |
tree | fe6f2564f9db73fc946dd4779ba789118f14376f /usr.bin/mg/Makefile | |
parent | e9c47f23dd0dd85f6f769140ca0e4e54a7d99220 (diff) |
the "theo-mode" is said to be a 'standalone' extension in main.c, be
coherent.
Diffstat (limited to 'usr.bin/mg/Makefile')
-rw-r--r-- | usr.bin/mg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/Makefile b/usr.bin/mg/Makefile index 1fab7df269b..fb750662bc3 100644 --- a/usr.bin/mg/Makefile +++ b/usr.bin/mg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2001/06/23 04:22:45 art Exp $ +# $OpenBSD: Makefile,v 1.10 2002/02/14 03:07:33 vincent Exp $ PROG= mg @@ -22,11 +22,11 @@ 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 theo.c + macro.c main.c modes.c re_search.c funmap.c # # More or less standalone extensions. # -SRCS+= grep.c +SRCS+= grep.c theo.c .include <bsd.prog.mk> |