diff options
author | asami <asami@FreeBSD.org> | 1996-08-21 17:08:40 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-21 17:08:40 +0800 |
commit | 07ce22bf0dc299d3ce5c8612d6deaa6bf77a1c61 (patch) | |
tree | d23647c7b9e5b22938441620f20e187a9a0b7ebd /mail | |
parent | f69ee8f014563f440352c9697560525d6e601fb8 (diff) | |
download | freebsd-ports-gnome-07ce22bf0dc299d3ce5c8612d6deaa6bf77a1c61.tar.gz freebsd-ports-gnome-07ce22bf0dc299d3ce5c8612d6deaa6bf77a1c61.tar.zst freebsd-ports-gnome-07ce22bf0dc299d3ce5c8612d6deaa6bf77a1c61.zip |
Added youbin.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 360b8758f6c8..6b97bcfc8f02 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1996/07/06 13:20:20 markm Exp $ +# $Id: Makefile,v 1.24 1996/07/20 01:44:18 asami Exp $ # SUBDIR += elm @@ -14,5 +14,6 @@ SUBDIR += procmail SUBDIR += smail SUBDIR += xfmail + SUBDIR += youbin .include <bsd.port.subdir.mk> |