mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-27 13:34:00 +01:00
d65af1e7b1
libraries
11 lines
146 B
Makefile
11 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= heimsqlite
|
|
SRCS= sqlite3.c
|
|
LIBADD= pthread
|
|
CFLAGS+=-I${KRB5DIR}/lib/sqlite
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${KRB5DIR}/lib/sqlite
|