diff options
author | tron <tron> | 1999-04-12 21:21:33 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-12 21:21:33 +0000 |
commit | 20d0dea05ddb862e027d1d581f507f9ead0c7879 (patch) | |
tree | 3359ea0266f106935594f921d0406163a3aa85c9 /mail | |
parent | f1785fdc0eb7748ac246d12f7e9a810b5bd27e97 (diff) | |
download | pkgsrc-20d0dea05ddb862e027d1d581f507f9ead0c7879.tar.gz |
Add and enable "mailwrapper", fixes PR pkg/7158.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 8a6fbcbc383..c65f779b623 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 1999/04/08 23:04:27 tron Exp $ +# $NetBSD: Makefile,v 1.23 1999/04/12 21:21:33 tron Exp $ # FreeBSD Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp # @@ -13,6 +13,7 @@ SUBDIR += fetchmail SUBDIR += imap-uw # SUBDIR += mailagent + SUBDIR += mailwrapper # SUBDIR += majorcool # SUBDIR += majordomo SUBDIR += metamail |