diff options
author | wiz <wiz@pkgsrc.org> | 2012-08-26 10:31:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-08-26 10:31:39 +0000 |
commit | 8979cb06b2b9ed41286e58c79fe2271074b72458 (patch) | |
tree | 8d49e3e0e5f70c94fa951e8d54e3d5844f29914b /pkgtools/Makefile | |
parent | fb7a43c3637a229f4a61eaf9e18f12929e9e2e79 (diff) | |
download | pkgsrc-8979cb06b2b9ed41286e58c79fe2271074b72458.tar.gz |
+ mksandbox.
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 109acac0787..8faa0cd24b1 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2012/02/02 07:52:26 jnemeth Exp $ +# $NetBSD: Makefile,v 1.104 2012/08/26 10:31:39 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -19,6 +19,7 @@ SUBDIR+= gnome-packagekit SUBDIR+= libkver SUBDIR+= libnbcompat SUBDIR+= lintpkgsrc +SUBDIR+= mksandbox SUBDIR+= mtree SUBDIR+= nih SUBDIR+= osabi |