diff options
author | taca <taca> | 2001-11-15 23:22:48 +0000 |
---|---|---|
committer | taca <taca> | 2001-11-15 23:22:48 +0000 |
commit | af7bfadc4b49a51411377876660ce2c9cc1b919e (patch) | |
tree | a273899f60dfe7f533557f0421cde7e7b02f4381 /mail | |
parent | 87c960ac8d1078c210fb625e3eb58e932ea33db2 (diff) | |
download | pkgsrc-af7bfadc4b49a51411377876660ce2c9cc1b919e.tar.gz |
Disable yatsvrs5 and enable yatsvrs.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/Makefile b/mail/Makefile index 6c982ff538e..e03a57fa58a 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2001/11/15 16:10:18 taca Exp $ +# $NetBSD: Makefile,v 1.110 2001/11/15 23:22:48 taca Exp $ # COMMENT= Electronic mail utilities @@ -93,6 +93,6 @@ SUBDIR+= xbuffy SUBDIR+= xfmail SUBDIR+= xmailbox SUBDIR+= xmailwatcher -SUBDIR+= yatsvrs5 +SUBDIR+= yatsvrs .include "../mk/bsd.pkg.subdir.mk" |