diff options
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index b1e9d212fae..e1d84fd19cd 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/08/28 00:26:57 gavan Exp $ +# $NetBSD: Makefile,v 1.62 2004/12/28 00:28:09 xtraeme Exp $ # COMMENT= Tools for use in the packages collection @@ -19,6 +19,7 @@ SUBDIR+= pkg_comp SUBDIR+= pkg_filecheck #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_install-info +SUBDIR+= pkg_notify SUBDIR+= pkg_regress SUBDIR+= pkg_tarup SUBDIR+= pkgclean |