=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mg/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/mg/Makefile 2006/12/16 17:00:03 1.19 +++ src/usr.bin/mg/Makefile 2008/06/12 01:58:44 1.20 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2006/12/16 17:00:03 kjell Exp $ +# $OpenBSD: Makefile,v 1.20 2008/06/12 01:58:44 kjell Exp $ PROG= mg @@ -25,6 +25,6 @@ # # More or less standalone extensions. # -SRCS+= grep.c theo.c mail.c +SRCS+= grep.c theo.c mail.c cmode.c .include