16 lines
289 B
Makefile
16 lines
289 B
Makefile
# $Id: Makefile,v 1.7 1997/05/31 21:21:34 cjs Exp $
|
|
|
|
LIB= bib
|
|
SRCS= common.cc index.cc linear.cc search.cc map.c
|
|
CFLAGS+= -I$(.CURDIR)/../include
|
|
|
|
NOMAN= noman
|
|
NOPROFILE= noprofile
|
|
NOPIC= nopic
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include "../Makefile.cfg"
|
|
.include <bsd.lib.mk>
|