diff options
author | hubertf <hubertf> | 1998-02-09 00:00:57 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-09 00:00:57 +0000 |
commit | e61175e44611578dd7c46f7489bd1057ab410e67 (patch) | |
tree | 99f44654c46d4f0038330058478f63eff6e3e649 /mail | |
parent | d6e4592cb2c46cb76f243d4ee3fc6b2427d15834 (diff) | |
download | pkgsrc-e61175e44611578dd7c46f7489bd1057ab410e67.tar.gz |
Add comment about NMH_MTA
Diffstat (limited to 'mail')
-rw-r--r-- | mail/nmh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index b1d767688dd..bc744bb86ba 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -3,7 +3,7 @@ # Date created: 26 July 1997 # Whom: Scott Blachowicz <Scott.Blachowicz@seaslug.org> # -# $NetBSD: Makefile,v 1.9 1998/01/24 20:32:34 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 1998/02/09 00:00:57 hubertf Exp $ # FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp # @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/nmh/ MAINTAINER= Scott.Blachowicz@seaslug.org +# Mail Transport Agent - either "smtp" or "sendmail" NMH_MTA?= smtp GNU_CONFIGURE= yes |