mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00: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>
|