diff options
author | sakamoto <sakamoto> | 1999-07-27 11:35:43 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-07-27 11:35:43 +0000 |
commit | 2d77b3fc68c50d4da0f3b651c07ea27b5664ccf9 (patch) | |
tree | 5107c5d81280f0733e7104c24341d48f51560a60 /pkgtools | |
parent | 3bea4f16174a8161be0bc5c066ebb7660ab94174 (diff) | |
download | pkgsrc-2d77b3fc68c50d4da0f3b651c07ea27b5664ccf9.tar.gz |
Add and enable port2pkg
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 5fd6ed67cff..a513291616d 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/05/06 04:35:13 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 1999/07/27 11:35:43 sakamoto Exp $ # #SUBDIR+= ftp # only needed on 1.3 systems @@ -6,6 +6,7 @@ #SUBDIR+= pkg_install # only install on demand of bsd.pkg.mk SUBDIR+= pkglibtool SUBDIR+= pkglint +SUBDIR+= port2pkg SUBDIR+= url2pkg #SUBDIR+= xpkgwedge # broken |