mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
14 lines
214 B
Makefile
14 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>
|