diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-28 01:43:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-28 01:43:34 +0000 |
commit | a1c491ebe0b811a6cbfbfa8b9f46aaf0ff657882 (patch) | |
tree | feefa5cb0f980b86e669c4f38cfaf1351de44e4c /pkgtools | |
parent | 464f7a093ae3877157772dc2c6aedf5b6453e107 (diff) | |
download | pkgsrc-a1c491ebe0b811a6cbfbfa8b9f46aaf0ff657882.tar.gz |
add & enable pkgdiff
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 |