diff options
author | ache <ache@FreeBSD.org> | 1995-07-28 12:02:16 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-07-28 12:02:16 +0800 |
commit | 53f4f56f9bb6dcf1bd27462f5c1edf270b82640e (patch) | |
tree | b678eec2c0b2c94e0aee169ad16a038a2224468c /mail/Makefile | |
parent | 71afb290e7d2d7992da29cbf3792f5e03ecf4554 (diff) | |
download | freebsd-ports-gnome-53f4f56f9bb6dcf1bd27462f5c1edf270b82640e.tar.gz freebsd-ports-gnome-53f4f56f9bb6dcf1bd27462f5c1edf270b82640e.tar.zst freebsd-ports-gnome-53f4f56f9bb6dcf1bd27462f5c1edf270b82640e.zip |
Add elm.with_pgp
Reviewed by:
Submitted by:
Obtained from:
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index 392c327ff208..8c073e4d4fdb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,6 +1,7 @@ -# $Id: Makefile,v 1.11 1995/05/13 07:55:53 asami Exp $ +# $Id: Makefile,v 1.12 1995/05/14 03:29:46 asami Exp $ # -SUBDIR= elm metamail mh mpack pgpsendmail pine popper procmail smail +SUBDIR= elm elm.with_pgp metamail mh mpack pgpsendmail pine popper \ + procmail smail .include <bsd.port.subdir.mk> |