NetBSD/gnu/usr.bin/groff/libbib/Makefile

16 lines
285 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.10 1999/02/13 02:54:27 lukem Exp $
1993-07-15 20:33:45 +04:00
LIB= bib
SRCS= common.cc index.cc linear.cc search.cc map.c
1997-10-25 14:10:19 +04:00
CPPFLAGS+= -I$(.CURDIR)/../include
1993-07-15 20:33:45 +04:00
MKMAN= no
MKPROFILE= no
MKPIC= no
1993-07-15 20:33:45 +04:00
# only needed during build
libinstall::
1993-07-15 20:33:45 +04:00
.include "../Makefile.cfg"
.include <bsd.lib.mk>