mirror of
https://github.com/opnsense/src.git
synced 2026-03-10 10:13:20 -04:00
10 lines
195 B
Makefile
10 lines
195 B
Makefile
# from @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../libc/db/man
|
|
|
|
.if ${LIB} == "c"
|
|
MAN3+= btree.3 dbopen.3 hash.3 mpool.3 recno.3
|
|
|
|
MLINKS+= dbopen.3 db.3
|
|
.endif
|