summaryrefslogtreecommitdiff
path: root/usr.bin/mg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/Makefile')
-rw-r--r--usr.bin/mg/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/mg/Makefile b/usr.bin/mg/Makefile
index 8eee50f5e20..c5eba2bf9cd 100644
--- a/usr.bin/mg/Makefile
+++ b/usr.bin/mg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.7 2001/05/24 09:47:33 art Exp $
+# $OpenBSD: Makefile,v 1.8 2001/05/24 10:58:33 art Exp $
PROG= mg
@@ -24,4 +24,9 @@ SRCS= cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.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
+#
+# More or less standalone extensions.
+#
+SRCS+= grep.c
+
.include <bsd.prog.mk>