diff options
author | agc <agc@pkgsrc.org> | 2015-11-22 21:58:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2015-11-22 21:58:36 +0000 |
commit | 4aa3f751a8823c7d4ac8ad60ea36f7443c96a733 (patch) | |
tree | ed4c84caee436f56f77144f5056440a17ea22c05 /pkgtools/Makefile | |
parent | 5c23770a37f512df971fe1b2c5a93daac625aa43 (diff) | |
download | pkgsrc-4aa3f751a8823c7d4ac8ad60ea36f7443c96a733.tar.gz |
Add and enable gimme
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 142ed68153a..cc2b57f7840 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2015/08/17 08:15:40 wiz Exp $ +# $NetBSD: Makefile,v 1.111 2015/11/22 21:58:36 agc Exp $ # COMMENT= Tools for use in the packages collection @@ -18,6 +18,7 @@ SUBDIR+= distbb SUBDIR+= genpkgng SUBDIR+= genrpm SUBDIR+= gensolpkg +SUBDIR+= gimme SUBDIR+= gnome-packagekit SUBDIR+= libkver SUBDIR+= libnbcompat |