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 8b610342043..a52df469093 100644 --- a/usr.bin/mg/Makefile +++ b/usr.bin/mg/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2008/06/12 01:58:44 kjell Exp $ +# $OpenBSD: Makefile,v 1.21 2008/06/13 18:51:02 kjell Exp $ PROG= mg @@ -25,6 +25,6 @@ SRCS= cinfo.c fileio.c spawn.c ttyio.c tty.c ttykbd.c \ # # More or less standalone extensions. # -SRCS+= grep.c theo.c mail.c cmode.c +SRCS+= grep.c theo.c cmode.c .include <bsd.prog.mk> |