diff options
author | Steve Price <steve@FreeBSD.org> | 1998-01-12 01:54:44 +0800 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-01-12 01:54:44 +0800 |
commit | 9aa91227a18f59e130a814e086c862f0b5582a4d (patch) | |
tree | 3bac5f67885966e42deaa51ca991b746a019f368 /databases | |
parent | fbe79e0d285d436bd0db1dc719fcdf2356e5f1e3 (diff) | |
download | freebsd-ports-gnome-9aa91227a18f59e130a814e086c862f0b5582a4d.tar.gz freebsd-ports-gnome-9aa91227a18f59e130a814e086c862f0b5582a4d.tar.zst freebsd-ports-gnome-9aa91227a18f59e130a814e086c862f0b5582a4d.zip |
Remove nonexistent directory from SUBDIR list.
PR: 5078
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/Makefile b/databases/Makefile index b821fcbae242..1ec93165c3ad 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.24 1997/10/04 23:32:05 andreas Exp $ +# $Id: Makefile,v 1.25 1997/12/03 07:15:21 ache Exp $ # SUBDIR += db SUBDIR += gdbm @@ -6,7 +6,6 @@ SUBDIR += msql SUBDIR += mysql SUBDIR += p5-DBD-Pg - SUBDIR += p5-DBD-mysql SUBDIR += p5-DBI SUBDIR += p5-MLDBM SUBDIR += p5-Msql |