summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-25 01:04:11 +0000
committerwiz <wiz@pkgsrc.org>2000-02-25 01:04:11 +0000
commitf895e15bb90e64f627a3b240931a490c02189db3 (patch)
tree5922622805f6c57a7c7c84cb4052390c0dc0ee45 /pkgtools
parent940e7183817e88f872b9834cf21a9ab629edc223 (diff)
downloadpkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index fb6582280ba..057ae50f199 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.14 2000/02/14 02:07:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.15 2000/02/25 01:04:15 wiz Exp $
#
-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+= pkglibtool
-SUBDIR+= pkglint
-SUBDIR+= pkgmanpages
-SUBDIR+= port2pkg
-SUBDIR+= url2pkg
-#SUBDIR+= xpkgwedge # broken
+ 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+= pkglibtool
+ SUBDIR+= pkglint
+ SUBDIR+= pkgmanpages
+ SUBDIR+= port2pkg
+ SUBDIR+= url2pkg
+# SUBDIR+= xpkgwedge # broken
.include "../mk/bsd.pkg.subdir.mk"