diff options
author | wiz <wiz> | 2000-06-28 01:43:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-06-28 01:43:34 +0000 |
commit | 1b129b324627e65c3bef5121fb7c220cd6ba9508 (patch) | |
tree | feefa5cb0f980b86e669c4f38cfaf1351de44e4c | |
parent | 649e5521a6f48cd896a0179fb1a386852f61734a (diff) | |
download | pkgsrc-1b129b324627e65c3bef5121fb7c220cd6ba9508.tar.gz |
add & enable pkgdiff
-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 |