summaryrefslogtreecommitdiff
path: root/pkgtools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r--pkgtools/Makefile32
1 files changed, 17 insertions, 15 deletions
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"