diff options
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" |