diff options
author | hubertf <hubertf> | 2000-12-27 23:16:10 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-12-27 23:16:10 +0000 |
commit | 231a9cff93e9a3f28c1aa4a93f189f0d5847d420 (patch) | |
tree | 0adfe562c9837923039d181e685361fb3d2f2e56 | |
parent | 5224c12fcaed86256e712c13fd7f49d49c6de70a (diff) | |
download | pkgsrc-231a9cff93e9a3f28c1aa4a93f189f0d5847d420.tar.gz |
add & enable newsfetch
-rw-r--r-- | news/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/Makefile b/news/Makefile index e43b06954df..e4188e6baeb 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.17 2000/12/12 01:31:02 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2000/12/27 23:16:10 hubertf Exp $ # SUBDIR += inn SUBDIR += knews SUBDIR += newscache + SUBDIR += newsfetch SUBDIR += nn SUBDIR += nntpcache SUBDIR += nntpclnt |