diff options
author | jlam <jlam> | 2006-07-17 14:23:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-17 14:23:59 +0000 |
commit | cebf2ee02f52a7e417179c6824781b7537a93064 (patch) | |
tree | caf41dd891ca6991f10de4bebbdca27a8b1ddf72 /pkgtools | |
parent | 83f63aebc0f2334de36d841d62f6c4d1711f1128 (diff) | |
download | pkgsrc-cebf2ee02f52a7e417179c6824781b7537a93064.tar.gz |
Add sysutils/install-sh and pkgtools/bootstrap-extras.
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 10714379ef0..2ea67900028 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.77 2006/07/14 23:13:50 jlam Exp $ +# $NetBSD: Makefile,v 1.78 2006/07/17 14:23:59 jlam Exp $ # COMMENT= Tools for use in the packages collection SUBDIR+= autoswc SUBDIR+= binpatch +#SUBDIR+= bootstrap-extras #SUBDIR+= bootstrap-mk-files SUBDIR+= cdpack SUBDIR+= createbuildlink |