mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
13 lines
388 B
Makefile
13 lines
388 B
Makefile
# from @(#)Makefile.inc 8.2 (Berkeley) 2/21/94
|
|
# $FreeBSD$
|
|
#
|
|
CFLAGS+=-D__DBINTERFACE_PRIVATE
|
|
|
|
.include "${.CURDIR}/db/btree/Makefile.inc"
|
|
.include "${.CURDIR}/db/db/Makefile.inc"
|
|
.include "${.CURDIR}/db/hash/Makefile.inc"
|
|
.include "${.CURDIR}/db/man/Makefile.inc"
|
|
.include "${.CURDIR}/db/mpool/Makefile.inc"
|
|
.include "${.CURDIR}/db/recno/Makefile.inc"
|
|
|
|
SYM_MAPS+=${.CURDIR}/db/Symbol.map
|