diff options
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 eaaf8dfec89..b4717031142 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.115 2017/02/12 10:48:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.116 2017/02/17 21:25:46 jmmv Exp $ # COMMENT= Tools for use in the packages collection @@ -34,6 +34,7 @@ SUBDIR+= pbulk-base SUBDIR+= pkg SUBDIR+= pkg_alternatives SUBDIR+= pkg_chk +SUBDIR+= pkg_comp SUBDIR+= pkg_comp1 SUBDIR+= pkg_distinst SUBDIR+= pkg_filecheck |