diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 06:46:59 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-03 06:46:59 +0000 |
commit | 287347e83c33f84a0015f36de73ef493db8ad519 (patch) | |
tree | 1f1d4894c3fb4a174fc4124bab1842dcc7f23d6c /mail | |
parent | the X Literate Biff - displays the from and subject from incoming mails (diff) |
Turn on xlbiff.
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 c5a0db70a863..ccff0c627c21 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1996/10/15 04:58:30 max Exp $ +# $Id: Makefile,v 1.29 1996/10/24 13:48:20 jfitz Exp $ # SUBDIR += elm @@ -21,5 +21,6 @@ SUBDIR += smail SUBDIR += xfmail SUBDIR += youbin + SUBDIR += xlbiff .include <bsd.port.subdir.mk> |