diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-09-21 02:30:20 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-09-21 02:30:20 +0000 |
commit | 6466cfd46440e5003ac18379666c0ac6b129aa79 (patch) | |
tree | e2f47754289b0209f4c936af96c4d76ae5444589 | |
parent | 7a779d38f369a4aa65a1bc86c92d685de8529b3f (diff) | |
download | pkgsrc-6466cfd46440e5003ac18379666c0ac6b129aa79.tar.gz |
Add and enable pkgdep.
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index a513291616d..47eb206442f 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 1999/07/27 11:35:43 sakamoto Exp $ +# $NetBSD: Makefile,v 1.10 1999/09/21 02:30:20 sakamoto Exp $ # #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+= pkgdep SUBDIR+= pkglibtool SUBDIR+= pkglint SUBDIR+= port2pkg |