diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-26 19:58:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-26 19:58:47 +0000 |
commit | 0a90c3356eba51fb87219727a1021dc4362c92f6 (patch) | |
tree | 4cc800a8d7eb8e67baa336aa84984fd2ec34d0a5 /pkgtools | |
parent | 8b6df7c482123418b430622bd7479a2f730094b3 (diff) | |
download | pkgsrc-0a90c3356eba51fb87219727a1021dc4362c92f6.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/Makefile | 8 |
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" |