diff options
author | hubertf <hubertf> | 1997-10-27 03:25:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-10-27 03:25:18 +0000 |
commit | 199fa0969c153de558fd47d615ad3189ee188dac (patch) | |
tree | 8513d463e7e6f4eb9192297e7aec39a309d59ab2 /databases/Makefile | |
parent | 1b41e4549080d846472cee26241a1502c29824ed (diff) | |
download | pkgsrc-199fa0969c153de558fd47d615ad3189ee188dac.tar.gz |
Next one (IDs already fixed)
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile new file mode 100644 index 00000000000..be04d17d8fe --- /dev/null +++ b/databases/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/10/27 03:25:18 hubertf Exp $ +# FreeBSD Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp +# + SUBDIR += db + SUBDIR += gdbm + SUBDIR += gnats + SUBDIR += msql + SUBDIR += mysql + SUBDIR += p5-DBD-mysql + SUBDIR += p5-DBD-Pg + SUBDIR += p5-DBI + SUBDIR += p5-Msql + SUBDIR += p5-Mysql + SUBDIR += p5-Pg + SUBDIR += postgresql + SUBDIR += typhoon + +.include <bsd.port.subdir.mk> |