diff options
Diffstat (limited to 'news/Makefile')
-rw-r--r-- | news/Makefile | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/news/Makefile b/news/Makefile index e4188e6baeb..d224a9a2920 100644 --- a/news/Makefile +++ b/news/Makefile @@ -1,17 +1,19 @@ -# $NetBSD: Makefile,v 1.18 2000/12/27 23:16:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2001/02/16 15:51:52 wiz Exp $ # - SUBDIR += inn - SUBDIR += knews - SUBDIR += newscache - SUBDIR += newsfetch - SUBDIR += nn - SUBDIR += nntpcache - SUBDIR += nntpclnt - SUBDIR += slrn - SUBDIR += suck - SUBDIR += tin - SUBDIR += trn - SUBDIR += xrn +COMMENT= Network news + +SUBDIR+= inn +SUBDIR+= knews +SUBDIR+= newscache +SUBDIR+= newsfetch +SUBDIR+= nn +SUBDIR+= nntpcache +SUBDIR+= nntpclnt +SUBDIR+= slrn +SUBDIR+= suck +SUBDIR+= tin +SUBDIR+= trn +SUBDIR+= xrn .include "../mk/bsd.pkg.subdir.mk" |