diff options
author | hubertf <hubertf> | 1999-05-06 04:32:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-05-06 04:32:58 +0000 |
commit | 79e0ec3d0ca9291dee523ad1b0400270580746d6 (patch) | |
tree | 41f3a93ff52c21296ab1926bfadf841e717d04f3 /pkgtools | |
parent | 8d75962a36f2cb073c092b9985d5ebc05e49de00 (diff) | |
download | pkgsrc-79e0ec3d0ca9291dee523ad1b0400270580746d6.tar.gz |
add and enable url2pkg
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 3cc8d1a10c1..bc4bebd7737 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/10/15 20:43:43 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/05/06 04:32:58 hubertf Exp $ # #SUBDIR+= ftp @@ -6,6 +6,7 @@ #SUBDIR+= pkg_install SUBDIR+= pkglibtool SUBDIR+= pkglint +SUBDIR+= url2pkg #SUBDIR+= xpkgwedge .include "../mk/bsd.pkg.subdir.mk" |