diff options
author | wennmach <wennmach> | 2001-04-02 18:05:28 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-04-02 18:05:28 +0000 |
commit | c150f716556394626869ab393cd1122755b5213e (patch) | |
tree | b3fe804e09a79173ca24482d9eda3748765eace6 /pkgtools | |
parent | bbe35b82ff7e5ec25ae895abb7d6a0485aa0f446 (diff) | |
download | pkgsrc-c150f716556394626869ab393cd1122755b5213e.tar.gz |
Add and enable pkgconflict
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 9e829885b37..9619d2477d8 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/03/06 11:22:12 agc Exp $ +# $NetBSD: Makefile,v 1.26 2001/04/02 18:05:28 wennmach Exp $ # COMMENT= Tools for use in the packages collection @@ -10,6 +10,7 @@ SUBDIR+= gensolpkg SUBDIR+= perl-mk #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_tarup +SUBDIR+= pkgconflict SUBDIR+= pkgdep SUBDIR+= pkgdiff SUBDIR+= pkglint |