summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/libbib/Makefile
blob: e4c078804e094753f34df10d7df913025103ccdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$NetBSD: Makefile,v 1.12 2001/12/12 01:49:06 tv Exp $

.include "../Makefile.comp"

DIST=		${IDIST}/src/libs/libbib
.PATH:		${DIST}

LIB=		bib
SRCS=		common.cc index.cc linear.cc search.cc map.c
NOMAN=		# defined
NOPROFILE=	# defined
NOPIC=		# defined

# only needed during build
libinstall::

.include <bsd.lib.mk>