diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-21 09:08:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-21 09:08:40 +0000 |
commit | 075fc8b6cc1096b2f2c9ecc9ae574a807f342b8e (patch) | |
tree | cee6d10114e04a78f2c7ea827deb1a5298d52338 | |
parent | Remote (network) biff. (diff) |
Added youbin.
Notes
Notes:
svn path=/head/; revision=3672
-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> |