mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
13 lines
214 B
Makefile
13 lines
214 B
Makefile
# Makefile for libbib
|
|
|
|
LIB= bib
|
|
SRCS= common.cc index.cc linear.cc search.cc map.c
|
|
CFLAGS+= -I$(.CURDIR)/../include
|
|
|
|
NOMAN= noman
|
|
NOPROFILE= noprofile
|
|
|
|
install:
|
|
|
|
.include "../Makefile.cfg"
|
|
.include <bsd.lib.mk>
|