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 | 791cc13f02bc80c34c69b333e443751bdb649c98 (patch) | |
tree | ed4c84caee436f56f77144f5056440a17ea22c05 /pkgtools | |
parent | 6da0bf87ef8d134f04320fca20de398b78e35f4e (diff) | |
download | pkgsrc-791cc13f02bc80c34c69b333e443751bdb649c98.tar.gz |
Add and enable gimme
Diffstat (limited to 'pkgtools')
-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 |