diff options
author | wiz <wiz@pkgsrc.org> | 2020-08-16 20:58:47 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-08-16 20:58:47 +0000 |
commit | f886c1e8b69c0433021345ab3a668a5de71e96af (patch) | |
tree | 13d4fa530aa1c314f2d4fb1bf515925e44490348 | |
parent | 53b13e4d9564930037dbe2861c17eca736d02b87 (diff) | |
download | pkgsrc-f886c1e8b69c0433021345ab3a668a5de71e96af.tar.gz |
pkgtools/Makefile: + import-package
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index afb5952edf6..831e81b5db1 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.120 2020/03/11 19:15:03 rillig Exp $ +# $NetBSD: Makefile,v 1.121 2020/08/16 20:58:47 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -21,6 +21,7 @@ SUBDIR+= genrpm SUBDIR+= gensolpkg SUBDIR+= gimme SUBDIR+= gnome-packagekit +SUBDIR+= import-package SUBDIR+= libkver SUBDIR+= libnbcompat SUBDIR+= lintpkgsrc |