diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:05:21 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-01-25 13:05:21 +0000 |
commit | a8d65113b1f4a38aa506881223af543df84a36b6 (patch) | |
tree | 96742bb122074ec503993a08bd3478dafde76678 /pkgtools/Makefile | |
parent | 0ea80731167ef75b7a05e496c63131a7e32a6b1d (diff) | |
download | pkgsrc-a8d65113b1f4a38aa506881223af543df84a36b6.tar.gz |
Add and enable pkg_alternatives.
Diffstat (limited to 'pkgtools/Makefile')
-rw-r--r-- | pkgtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/Makefile b/pkgtools/Makefile index c1059b710ce..4cad3563dff 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/01/05 00:32:28 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2005/01/25 13:05:21 jmmv Exp $ # COMMENT= Tools for use in the packages collection @@ -14,6 +14,7 @@ SUBDIR+= gensolpkg #SUBDIR+= libkver # Only under instruction of user #SUBDIR+= libnbcompat # Only for non-NetBSD systems #SUBDIR+= mtree # Only for non-NetBSD systems +SUBDIR+= pkg_alternatives SUBDIR+= pkg_chk SUBDIR+= pkg_comp SUBDIR+= pkg_filecheck |