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 9e829885b37..9619d2477d8 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/03/06 11:22:12 agc Exp $ +# $NetBSD: Makefile,v 1.26 2001/04/02 18:05:28 wennmach Exp $ # COMMENT= Tools for use in the packages collection @@ -10,6 +10,7 @@ SUBDIR+= gensolpkg SUBDIR+= perl-mk #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup +SUBDIR+= pkgconflict SUBDIR+= pkgdep SUBDIR+= pkgdiff SUBDIR+= pkglint |