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>
|