diff options
author | Adam David <adam@FreeBSD.org> | 1994-09-25 19:03:04 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-09-25 19:03:04 +0000 |
commit | 59ea28ea2a89bb18738c4944aa1cc6d35851bc6d (patch) | |
tree | ed738808be3e13528d8793a573f1f2d99446dd01 | |
parent | Brought in procmail (diff) |
Added procmail
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index 5e1e805c6886..d32489afbb58 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,6 +1,6 @@ -# $Id$ +# $Id: Makefile,v 1.1.1.1 1994/09/03 20:43:15 jkh Exp $ # -SUBDIR= pine +SUBDIR= pine procmail .include <bsd.port.subdir.mk> |