diff options
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index a5237a80ef6..ae4a140efbf 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/07/02 21:01:24 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/07/13 14:55:51 hubertf Exp $ # COMMENT= Tools for use in the packages collection @@ -9,7 +9,6 @@ SUBDIR+= cdpack SUBDIR+= digest SUBDIR+= gensolpkg #SUBDIR+= pax # Only needed on 1.3 systems -SUBDIR+= perl-mk #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup SUBDIR+= pkgchk |