diff options
author | itojun <itojun@FreeBSD.org> | 1997-08-24 23:50:16 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1997-08-24 23:50:16 +0800 |
commit | c30c09f12483288cf613cf5dba7a115fa5681de2 (patch) | |
tree | 6292dd56e26108e17ed0f7f5030b76ea4d637a16 /mail | |
parent | c4ae021076623928f6690c9cb74cc3e166359449 (diff) | |
download | freebsd-ports-gnome-c30c09f12483288cf613cf5dba7a115fa5681de2.tar.gz freebsd-ports-gnome-c30c09f12483288cf613cf5dba7a115fa5681de2.tar.zst freebsd-ports-gnome-c30c09f12483288cf613cf5dba7a115fa5681de2.zip |
enabled mail/xpbiff and mail/xpbiff-youbin.
PR: 4121
Submitted by: sanpei@yy.cs.keio.ac.jp
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index dc74da487629..b67faf666bf7 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1997/07/15 02:02:18 obrien Exp $ +# $Id: Makefile,v 1.45 1997/08/13 18:35:22 andreas Exp $ # SUBDIR += bulk_mailer @@ -34,6 +34,8 @@ SUBDIR += xfaces SUBDIR += xfmail SUBDIR += xlbiff + SUBDIR += xpbiff + SUBDIR += xpbiff-youbin SUBDIR += youbin .include <bsd.port.subdir.mk> |