diff options
author | rh <rh@pkgsrc.org> | 2002-04-29 11:04:37 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2002-04-29 11:04:37 +0000 |
commit | 5cf6bcbd5cfbce1343ba6899ca3bd3b0c84be6eb (patch) | |
tree | 5c0cf50673f87c80df611a955b49936c02abac2e /pkgtools | |
parent | e7b2154b81ed163b9c8fa47830497033529e3679 (diff) | |
download | pkgsrc-5cf6bcbd5cfbce1343ba6899ca3bd3b0c84be6eb.tar.gz |
Add and enable createbuildlink
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 f3a4e20ddf6..7c7b2c802c6 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2002/01/17 13:10:00 drochner Exp $ +# $NetBSD: Makefile,v 1.38 2002/04/29 11:04:37 rh Exp $ # COMMENT= Tools for use in the packages collection @@ -6,6 +6,7 @@ COMMENT= Tools for use in the packages collection SUBDIR+= bsdpak #SUBDIR+= buildlink-x11 # Only under instruction of user SUBDIR+= cdpack +SUBDIR+= createbuildlink SUBDIR+= digest SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems |