diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-01 14:25:43 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-01 14:25:43 +0000 |
commit | e5d98f7f1e5e1f92ef098be81b683a66a7238b40 (patch) | |
tree | eb20008fdfae002a930d1090869e4163f44a7175 | |
parent | 5d4314b829a94b67acbd2a025d5685461546d24c (diff) | |
download | freebsd-ports-e5d98f7f1e5e1f92ef098be81b683a66a7238b40.zip |
Mpack added
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9f3319accdc6..b8515d4f937c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,9 +1,9 @@ # -# $Id: Makefile,v 1.8 1995/04/16 20:41:09 asami Exp $ +# $Id: Makefile,v 1.9 1995/04/16 22:47:25 asami Exp $ # # BROKEN= none # -SUBDIR= elm metamail mh pine pgpsendmail popper procmail smail +SUBDIR= elm metamail mh mpack pine pgpsendmail popper procmail smail .include <bsd.port.subdir.mk> |