diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 22:49:54 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-10-30 22:49:54 +0000 |
commit | 60d0e9fd8dd627e2fa08e68f8d94004c37576993 (patch) | |
tree | 4dfc3b273f29f8d63ce582fb7e60307fee4a65f0 /mail/Makefile | |
parent | Add makepatch 2.00a, two perl scripts to assist in the generation and (diff) |
Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching a
regular expression.
PR: 31550
Submitted by: Anders Nordby <anders@fix.no>
Notes
Notes:
svn path=/head/; revision=49403
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index dacd24a0305e..a113a8424e18 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -80,6 +80,7 @@ SUBDIR += mailx SUBDIR += majorcool SUBDIR += majordomo + SUBDIR += mboxgrep SUBDIR += mbx2mbox SUBDIR += mess822 SUBDIR += metamail |