diff options
author | atatat <atatat@pkgsrc.org> | 2002-09-19 21:42:42 +0000 |
---|---|---|
committer | atatat <atatat@pkgsrc.org> | 2002-09-19 21:42:42 +0000 |
commit | ccabcdf3fa2d876d6f4626b67c08d8c290d19ccf (patch) | |
tree | 28e2f7406bc03d51f7c3f00f6a2bd5fa5c04aab4 /devel/Makefile | |
parent | 756c5895f939a37ee6ff1937968de6a478a0424f (diff) | |
download | pkgsrc-ccabcdf3fa2d876d6f4626b67c08d8c290d19ccf.tar.gz |
Add rt-mysql and rt-pgsql pkgs
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 656eb75716b..eda9b9a03f2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.325 2002/09/19 01:52:47 uebayasi Exp $ +# $NetBSD: Makefile,v 1.326 2002/09/19 21:42:42 atatat Exp $ # COMMENT= Development utilities @@ -286,6 +286,8 @@ SUBDIR+= rcs SUBDIR+= rdp SUBDIR+= readline SUBDIR+= rpc2 +SUBDIR+= rt-mysql +SUBDIR+= rt-pgsql SUBDIR+= ruby-amstd SUBDIR+= ruby-bsearch SUBDIR+= ruby-byaccr |