summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-26 19:58:47 +0000
committerjoerg <joerg>2006-05-26 19:58:47 +0000
commit3bf0da648f3f92c24796681d73a69cacc8fb53de (patch)
tree4cc800a8d7eb8e67baa336aa84984fd2ec34d0a5 /pkgtools
parent88a2355497d48f3d69063e33b0741888bc7721eb (diff)
downloadpkgsrc-3bf0da648f3f92c24796681d73a69cacc8fb53de.tar.gz
After some discussion with jlam and no objection raised by agc,
uncomment libnbcompat, mtree and xpkgwedge.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile
index cfd6b87c8ce..dccfb1539a4 100644
--- a/pkgtools/Makefile
+++ b/pkgtools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.71 2005/11/13 19:54:00 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2006/05/26 19:58:47 joerg Exp $
#
COMMENT= Tools for use in the packages collection
@@ -12,8 +12,8 @@ SUBDIR+= digest
SUBDIR+= genrpm
SUBDIR+= gensolpkg
#SUBDIR+= libkver # Only under instruction of user
-#SUBDIR+= libnbcompat # Only for non-NetBSD systems
-#SUBDIR+= mtree # Only for non-NetBSD systems
+SUBDIR+= libnbcompat # Only for non-NetBSD systems
+SUBDIR+= mtree # Only for non-NetBSD systems
SUBDIR+= p5-pkgsrc-Dewey
SUBDIR+= pkg_alternatives
SUBDIR+= pkg_chk
@@ -45,6 +45,6 @@ SUBDIR+= shlock
SUBDIR+= url2pkg
SUBDIR+= verifypc
SUBDIR+= x11-links
-#SUBDIR+= xpkgwedge # Only under instruction of user
+SUBDIR+= xpkgwedge
.include "../mk/bsd.pkg.subdir.mk"