diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 12:27:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-03 12:27:59 +0000 |
commit | 6c96feb39dd31333639f6e61b172bdc63418cf21 (patch) | |
tree | 4a070b46b24ac4e749f7ced1022ba1b3e12b36c2 /databases/sqlite2/files/Makefile.bsd | |
parent | Mention what needs to be done to enable this port. (diff) |
Update to 1.0.32 and unbreak.
- Complete SRCS.
- Patch tableapi.test to avoid an out-of-scope error.
Notes
Notes:
svn path=/head/; revision=47359
Diffstat (limited to 'databases/sqlite2/files/Makefile.bsd')
-rw-r--r-- | databases/sqlite2/files/Makefile.bsd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/databases/sqlite2/files/Makefile.bsd b/databases/sqlite2/files/Makefile.bsd index a7b9955d3ca3..1e04897443de 100644 --- a/databases/sqlite2/files/Makefile.bsd +++ b/databases/sqlite2/files/Makefile.bsd @@ -10,9 +10,10 @@ LDADD += -lreadline -L${PREFIX}/lib -ltcl${TCL_DVER} -lm -lgdbm .PATH: ${.CURDIR}/src -SRCS = build.c dbbe.c dbbegdbm.c dbbemem.c delete.c expr.c insert.c \ - main.c parse.y printf.c random.c select.c table.c tokenize.c \ - update.c util.c vdbe.c where.c tclsqlite.c +SRCS = btree.c build.c dbbe.c dbbegdbm.c dbbemem.c delete.c expr.c \ + insert.c main.c pager.c parse.y printf.c random.c select.c \ + shell.c table.c tokenize.c update.c util.c vdbe.c where.c \ + tclsqlite.c INCS = sqlite.h |