mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
Build fixes for 10-CURRENT will come in a separate commit. Approved by: hrs (mentor, ports committer)
10 lines
423 B
Text
10 lines
423 B
Text
--- a/src/budb/Makefile.in 2013-06-19 16:52:25.000000000 -0400
|
|
+++ b/src/budb/Makefile.in 2013-06-19 16:53:06.000000000 -0400
|
|
@@ -80,6 +80,7 @@
|
|
|
|
database.o: database.c budb_errs.h globals.h ${INCLS}
|
|
db_alloc.o: db_alloc.c budb_errs.h ${INCLS}
|
|
+db_dump.o: dbs_dump.c budb_errs.h ${INCLS}
|
|
dbs_dump.o: dbs_dump.c budb_errs.h ${INCLS}
|
|
db_lock.o: db_lock.c budb_errs.h ${INCLS}
|
|
db_text.o: db_text.c budb_errs.h ${INCLS}
|