diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-13 16:17:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-13 16:17:48 +0000 |
commit | 9d33a2449264a6e55af093f81a346114c5ebaef9 (patch) | |
tree | 388576281103fe6028e7c8f058bf1090b095eb6e /pkgtools/Makefile | |
parent | e2494da4f7fc6f74c48ae91e6fb9fa821e870c29 (diff) | |
download | pkgsrc-9d33a2449264a6e55af093f81a346114c5ebaef9.tar.gz |
Add and enable pkg_filecheck.
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 45a57c1173d..e69c4131fb5 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2003/07/11 14:53:00 seb Exp $ +# $NetBSD: Makefile,v 1.52 2003/07/13 16:17:48 wiz Exp $ # COMMENT= Tools for use in the packages collection @@ -14,6 +14,7 @@ SUBDIR+= gensolpkg #SUBDIR+= libnbcompat # Only for non-NetBSD systems #SUBDIR+= mtree # Only for non-NetBSD systems SUBDIR+= pkg_comp +SUBDIR+= pkg_filecheck #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_install-info SUBDIR+= pkg_tarup |