diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1995-01-23 20:14:55 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1995-01-23 20:14:55 +0000 |
commit | c91b5845d011aa8a623a527717cb401ce1104169 (patch) | |
tree | f1aa65a00bbf139ba1b925da7ee8e98beda51551 /news | |
parent | 071ac57f4277fce11ba8d4361d0606bda2e77e1a (diff) |
Disable cnews until it's fixed
Notes
Notes:
svn path=/head/; revision=807
Diffstat (limited to 'news')
-rw-r--r-- | news/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/Makefile b/news/Makefile index 209a5680cd37..907dcb069c0a 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,5 +1,6 @@ -# $Id: Makefile,v 1.3 1994/10/22 09:31:40 smace Exp $ +# $Id: Makefile,v 1.4 1994/10/23 02:38:20 torstenb Exp $ # -SUBDIR= cnews nn nntp trn inn +# BROKEN = cnews +SUBDIR= nn nntp trn inn .include <bsd.port.subdir.mk> |