diff options
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 326adb3eb4b..ec4d04547d9 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2003/06/19 08:36:38 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2003/06/19 16:09:20 grant Exp $ # COMMENT= Tools for use in the packages collection @@ -26,6 +26,7 @@ SUBDIR+= pkglint SUBDIR+= pkgmanpages SUBDIR+= pkgsurvey SUBDIR+= port2pkg +SUBDIR+= rc.subr SUBDIR+= rpm2pkg SUBDIR+= shlock SUBDIR+= url2pkg |