diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-28 00:28:09 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-28 00:28:09 +0000 |
commit | f8e4a146cd0502a7c0513567d7ab5da5d19b3eb7 (patch) | |
tree | cb91f11d29cf991e55291643d9ffb185815bb3ad /pkgtools | |
parent | dcd2acf87a7e7ab7de70c0617c13ad18a1946482 (diff) | |
download | pkgsrc-f8e4a146cd0502a7c0513567d7ab5da5d19b3eb7.tar.gz |
Added pkg_notify-0.3.
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 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 |