Fri Jul 17 16:20:43 2020 UTC ()
news: Add sfeed_curses


(leot)
diff -r1.43 -r1.44 pkgsrc/news/Makefile

cvs diff -r1.43 -r1.44 pkgsrc/news/Makefile (expand / switch to unified diff)

--- pkgsrc/news/Makefile 2020/03/18 13:50:10 1.43
+++ pkgsrc/news/Makefile 2020/07/17 16:20:43 1.44
@@ -1,32 +1,33 @@ @@ -1,32 +1,33 @@
1# $NetBSD: Makefile,v 1.43 2020/03/18 13:50:10 micha Exp $ 1# $NetBSD: Makefile,v 1.44 2020/07/17 16:20:43 leot Exp $
2# 2#
3 3
4COMMENT= Network news 4COMMENT= Network news
5 5
6SUBDIR+= bystand 6SUBDIR+= bystand
7SUBDIR+= canlock-hp 7SUBDIR+= canlock-hp
8SUBDIR+= cleanscore 8SUBDIR+= cleanscore
9SUBDIR+= flnews 9SUBDIR+= flnews
10SUBDIR+= heirloom-news 10SUBDIR+= heirloom-news
11SUBDIR+= hellanzb 11SUBDIR+= hellanzb
12SUBDIR+= inn 12SUBDIR+= inn
13SUBDIR+= knews 13SUBDIR+= knews
14SUBDIR+= leafnode 14SUBDIR+= leafnode
15SUBDIR+= libcanlock 15SUBDIR+= libcanlock
16SUBDIR+= lottanzb 16SUBDIR+= lottanzb
17SUBDIR+= newsbeuter 17SUBDIR+= newsbeuter
18SUBDIR+= newsfetch 18SUBDIR+= newsfetch
19SUBDIR+= newsx 19SUBDIR+= newsx
20SUBDIR+= nget 20SUBDIR+= nget
21SUBDIR+= nn 21SUBDIR+= nn
22SUBDIR+= nntpcache 22SUBDIR+= nntpcache
23SUBDIR+= nntpclnt 23SUBDIR+= nntpclnt
24SUBDIR+= pan 24SUBDIR+= pan
25SUBDIR+= sfeed 25SUBDIR+= sfeed
 26SUBDIR+= sfeed_curses
26SUBDIR+= slrn 27SUBDIR+= slrn
27SUBDIR+= suck 28SUBDIR+= suck
28SUBDIR+= tin 29SUBDIR+= tin
29SUBDIR+= trn 30SUBDIR+= trn
30SUBDIR+= xrn 31SUBDIR+= xrn
31 32
32.include "../mk/misc/category.mk" 33.include "../mk/misc/category.mk"