Change PostgreSQL to postgresql

This commit is contained in:
Marc G. Fournier 1997-04-10 19:21:29 +00:00
parent 3c5198c1f3
commit 218c87b734
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6178

View file

@ -1,6 +1,5 @@
# $Id: Makefile,v 1.13 1997/03/25 04:40:29 jfitz Exp $ # $Id: Makefile,v 1.14 1997/04/02 12:43:58 scrappy Exp $
# #
SUBDIR += PostgreSQL
SUBDIR += exodus SUBDIR += exodus
SUBDIR += gdbm SUBDIR += gdbm
SUBDIR += gnats SUBDIR += gnats
@ -10,6 +9,7 @@
SUBDIR += p5-DBI SUBDIR += p5-DBI
SUBDIR += p5-Msql SUBDIR += p5-Msql
SUBDIR += p5-Pg SUBDIR += p5-Pg
SUBDIR += postgresql
SUBDIR += typhoon SUBDIR += typhoon
SUBDIR += xfsql SUBDIR += xfsql