diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:35:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-30 04:35:02 +0000 |
commit | 1741542dfdc8f1cd9ea4401ba691485c7326bbd7 (patch) | |
tree | 2ec8f5fcf357a50b07692f98cd4ce83bdf158be9 | |
parent | 69c35bdad2421e7a98a14399229c24b698f9c05d (diff) | |
download | freebsd-ports-1741542dfdc8f1cd9ea4401ba691485c7326bbd7.zip |
turn on hbiff
-rw-r--r-- | mail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile b/mail/Makefile index 466d5ebaa6d8..a72bd8820b3d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.76 1998/12/09 05:22:09 vanilla Exp $ +# $Id: Makefile,v 1.77 1998/12/24 07:27:59 steve Exp $ # SUBDIR += adcomplain @@ -16,6 +16,7 @@ SUBDIR += faces SUBDIR += fetchmail SUBDIR += glbiff + SUBDIR += hbiff SUBDIR += im SUBDIR += imap-uw SUBDIR += kbiff |