diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-30 21:28:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-30 21:28:06 +0000 |
commit | de705f86693346e99f9ebc8a9a1c2c424eeb038a (patch) | |
tree | f2edf621508cb5a6b84de991e650f4a81e10ee8e | |
parent | ffd95a1cc5bc78536d2351b3dffdc4912dc9cdd5 (diff) | |
download | pkgsrc-de705f86693346e99f9ebc8a9a1c2c424eeb038a.tar.gz |
Remove pkgconflict here too.
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index e93cb3987e6..bb3d39b7023 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2005/05/18 04:49:38 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.68 2005/07/30 21:28:06 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -26,7 +26,6 @@ SUBDIR+= pkg_regress SUBDIR+= pkg_select SUBDIR+= pkg_tarup SUBDIR+= pkgclean -SUBDIR+= pkgconflict SUBDIR+= pkgdep SUBDIR+= pkgdepgraph SUBDIR+= pkgdiff |