diff options
Diffstat (limited to 'pkgtools/Makefile')
-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" |