diff options
author | grant <grant@pkgsrc.org> | 2003-06-19 16:09:20 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-19 16:09:20 +0000 |
commit | 9944d714277da64f980d04cc429608596576cc81 (patch) | |
tree | 4429c751076d21a10da53dfb5110c4d060a2c65a /pkgtools | |
parent | b4e9a3b74bf1227fc2767c9f9f38546b6505d1c0 (diff) | |
download | pkgsrc-9944d714277da64f980d04cc429608596576cc81.tar.gz |
add rc.subr
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 |