From 9b3e4cb13729c47be0bf5e876036256b4f987e32 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Feb 2001 15:51:46 +0000 Subject: Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.) --- news/Makefile | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'news/Makefile') 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" -- cgit v1.2.3