diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 20:41:09 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-16 20:41:09 +0000 |
commit | 8eb14e7b027cdddab35c5e0cdda76fe07d40e391 (patch) | |
tree | 383e4a6c82fe9de857720f58e194fd6f7164fea8 /mail | |
parent | e253d5c03624aacd6361fb7b1cf838a69ba33995 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/Makefile b/mail/Makefile index 42050bbb3c30..a9e02cf70fa6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,9 +1,9 @@ # -# $Id: Makefile,v 1.6 1995/01/21 00:42:51 ache Exp $ +# $Id: Makefile,v 1.7 1995/04/16 08:16:58 asami Exp $ # -# BROKEN= popper (doesn't fetch) +# BROKEN= procmail (suid's system dirs) # -SUBDIR= elm metamail mh pine pgpsendmail procmail smail +SUBDIR= elm metamail mh pine pgpsendmail popper smail .include <bsd.port.subdir.mk> |