diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-30 13:26:53 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-30 13:26:53 +0000 |
commit | 9e54d783739a2d8acf84d71de496ebeac6145821 (patch) | |
tree | 2d1959649fef6d032b6cb5768dce7f444edf54db /databases | |
parent | 9fed88020d64fa852540b1eb19896bd9dbde360e (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index 560954a2ec20..f51d91738e63 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.20 1997/07/30 11:47:51 tg Exp $ +# $Id: Makefile,v 1.21 1997/08/19 07:17:51 fenner Exp $ # SUBDIR += db SUBDIR += gdbm @@ -13,5 +13,6 @@ SUBDIR += p5-Pg SUBDIR += postgresql SUBDIR += typhoon + SUBDIR += xmbase-grok .include <bsd.port.subdir.mk> |