diff options
author | atatat <atatat@pkgsrc.org> | 2004-07-23 03:41:47 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2004-07-23 03:41:47 +0000 |
commit | e3621ea59df1fce48cce232a2ba9224eb045cc6e (patch) | |
tree | 17e9aa78b2da49aa816c5d5aaeb5306f3a106367 /pkgtools | |
parent | 3fd0f4943c7eeb8a3ea4c85c3bd67346b0ef9e36 (diff) | |
download | pkgsrc-e3621ea59df1fce48cce232a2ba9224eb045cc6e.tar.gz |
Add binpatch
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 48ed44d1a54..744e4af4ce8 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.58 2004/07/19 23:15:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.59 2004/07/23 03:41:47 atatat Exp $ # COMMENT= Tools for use in the packages collection SUBDIR+= autoswc +SUBDIR+= binpatch SUBDIR+= cdpack SUBDIR+= createbuildlink SUBDIR+= dfdisk |