diff options
author | joerg <joerg> | 2007-06-19 19:51:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-06-19 19:51:35 +0000 |
commit | b4639cd76ea68291181a5d9ec8cf1a112de0a5b5 (patch) | |
tree | 9110869ae69fe2401dccedd4d90675142994e915 /pkgtools/Makefile | |
parent | a854f8bfbbb7ab268289ad582435ce9aa8b91f11 (diff) | |
download | pkgsrc-b4639cd76ea68291181a5d9ec8cf1a112de0a5b5.tar.gz |
Added pbulk.
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 5079ec9b84c..03345c6e74a 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.83 2007/04/24 19:44:01 tnn Exp $ +# $NetBSD: Makefile,v 1.84 2007/06/19 19:51:35 joerg Exp $ # COMMENT= Tools for use in the packages collection @@ -18,6 +18,7 @@ SUBDIR+= libnbcompat SUBDIR+= mtree SUBDIR+= p5-pkgsrc-Dewey SUBDIR+= pax +SUBDIR+= pbulk SUBDIR+= pkg_alternatives SUBDIR+= pkg_chk SUBDIR+= pkg_comp |