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 057ae50f199..898dc2c4716 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/02/25 01:04:15 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2000/06/28 01:43:34 wiz Exp $ # SUBDIR+= gensolpkg @@ -6,6 +6,7 @@ # SUBDIR+= pkg_install # only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup SUBDIR+= pkgdep + SUBDIR+= pkgdiff SUBDIR+= pkglibtool SUBDIR+= pkglint SUBDIR+= pkgmanpages |