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

16 lines
303 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.6 1997/05/30 13:43:19 cjs Exp $
1993-07-15 20:33:45 +04:00
LIB= bib
SRCS= common.cc index.cc linear.cc search.cc map.c
CFLAGS+= -I$(.CURDIR)/../include
NOMAN= noman
NOPROFILE= noprofile
1993-10-06 00:39:08 +03:00
NOPIC= nopic
1993-07-15 20:33:45 +04:00
# this library is used only for the build
NOINSTALL=1
1993-07-15 20:33:45 +04:00
.include "../Makefile.cfg"
.include <bsd.lib.mk>