diff options
author | wiz <wiz@pkgsrc.org> | 2002-09-24 13:51:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-09-24 13:51:21 +0000 |
commit | dcdf9bd97d80b12dfcc27c6c19e0ee6621d0ffd8 (patch) | |
tree | fbf99ed23d46da8e85529e23ddb2f245e5c2663c /pkgtools/Makefile | |
parent | 73b9d45370e6f413fe10d2c07c07cf4610e0454c (diff) | |
download | pkgsrc-dcdf9bd97d80b12dfcc27c6c19e0ee6621d0ffd8.tar.gz |
Sort.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index 22300b820f1..c160ca2c3b9 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2002/09/07 00:09:41 rh Exp $ +# $NetBSD: Makefile,v 1.42 2002/09/24 13:54:02 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -9,8 +9,8 @@ SUBDIR+= createbuildlink SUBDIR+= digest SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems -#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_comp +#SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup SUBDIR+= pkgchk SUBDIR+= pkgconflict |