Tue Nov 16 08:46:46 2021 UTC ()
Add tuifeed


(pin)
diff -r1.47 -r1.48 pkgsrc/news/Makefile

cvs diff -r1.47 -r1.48 pkgsrc/news/Makefile (expand / switch to unified diff)

--- pkgsrc/news/Makefile 2021/01/07 05:20:35 1.47
+++ pkgsrc/news/Makefile 2021/11/16 08:46:46 1.48
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.47 2021/01/07 05:20:35 gutteridge Exp $ 1# $NetBSD: Makefile,v 1.48 2021/11/16 08:46:46 pin 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
@@ -20,16 +20,17 @@ SUBDIR+= newsbeuter @@ -20,16 +20,17 @@ SUBDIR+= newsbeuter
20SUBDIR+= newsfetch 20SUBDIR+= newsfetch
21SUBDIR+= newsx 21SUBDIR+= newsx
22SUBDIR+= nget 22SUBDIR+= nget
23SUBDIR+= nn 23SUBDIR+= nn
24SUBDIR+= nntpcache 24SUBDIR+= nntpcache
25SUBDIR+= nntpclnt 25SUBDIR+= nntpclnt
26SUBDIR+= pan 26SUBDIR+= pan
27SUBDIR+= sfeed 27SUBDIR+= sfeed
28SUBDIR+= sfeed_curses 28SUBDIR+= sfeed_curses
29SUBDIR+= slrn 29SUBDIR+= slrn
30SUBDIR+= suck 30SUBDIR+= suck
31SUBDIR+= tin 31SUBDIR+= tin
32SUBDIR+= trn 32SUBDIR+= trn
 33SUBDIR+= tuifeed
33SUBDIR+= xrn 34SUBDIR+= xrn
34 35
35.include "../mk/misc/category.mk" 36.include "../mk/misc/category.mk"