diff options
author | pst <pst@FreeBSD.org> | 1994-10-04 23:33:34 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-04 23:33:34 +0000 |
commit | f6192de2880e3c1dc5a5662d67737c406996c684 (patch) | |
tree | 69d6c6030555d2b9051923a7f478c77ff9a2cd0a /mail | |
parent | 31dd0f67b1ae9e611a13743ebe0c004eaa42f1eb (diff) | |
download | FreeBSD-ports-f6192de2880e3c1dc5a5662d67737c406996c684.zip FreeBSD-ports-f6192de2880e3c1dc5a5662d67737c406996c684.tar.gz |
Add mh port
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index d32489a..786cc18 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.1.1.1 1994/09/03 20:43:15 jkh Exp $ +# $Id: Makefile,v 1.2 1994/09/25 19:03:04 adam Exp $ # -SUBDIR= pine procmail +SUBDIR= mh pine procmail .include <bsd.port.subdir.mk> |