diff options
-rw-r--r-- | pkgtools/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index bc4bebd7737..5fd6ed67cff 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.7 1999/05/06 04:32:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 1999/05/06 04:35:13 hubertf Exp $ # -#SUBDIR+= ftp -#SUBDIR+= pax -#SUBDIR+= pkg_install +#SUBDIR+= ftp # only needed on 1.3 systems +#SUBDIR+= pax # only needed on 1.3 systems +#SUBDIR+= pkg_install # only install on demand of bsd.pkg.mk SUBDIR+= pkglibtool SUBDIR+= pkglint SUBDIR+= url2pkg -#SUBDIR+= xpkgwedge +#SUBDIR+= xpkgwedge # broken .include "../mk/bsd.pkg.subdir.mk" |