From 02e8ee6a47fbac28ca9bbc16c4b70e20837489c0 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.) --- pkgtools/Makefile | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 9fe82c01b8e..00a262f8481 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,19 +1,21 @@ -# $NetBSD: Makefile,v 1.22 2001/02/01 12:40:08 agc Exp $ +# $NetBSD: Makefile,v 1.23 2001/02/16 15:51:52 wiz Exp $ # - SUBDIR += bsdpak - SUBDIR += gensolpkg -# SUBDIR += pax # Only needed on 1.3 systems -# SUBDIR += pkg_install # Only install on demand of bsd.pkg.mk - SUBDIR += pkg_tarup - SUBDIR += pkgdep - SUBDIR += pkgdiff - SUBDIR += pkglint - SUBDIR += pkgmanpages - SUBDIR += pkgsurvey - SUBDIR += port2pkg - SUBDIR += rpm2pkg - SUBDIR += url2pkg -# SUBDIR += xpkgwedge # Experimental - turn on at your own risk! +COMMENT= Tools for use in the packages collection + +SUBDIR+= bsdpak +SUBDIR+= gensolpkg +#SUBDIR+= pax # Only needed on 1.3 systems +#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk +SUBDIR+= pkg_tarup +SUBDIR+= pkgdep +SUBDIR+= pkgdiff +SUBDIR+= pkglint +SUBDIR+= pkgmanpages +SUBDIR+= pkgsurvey +SUBDIR+= port2pkg +SUBDIR+= rpm2pkg +SUBDIR+= url2pkg +#SUBDIR+= xpkgwedge # Experimental - turn on at your own risk! .include "../mk/bsd.pkg.subdir.mk" -- cgit v1.2.3