summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/src/libs/libbib/Makefile
blob: ad41bc5e604583ce440d24446c2a42440c67bd82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.3 2003/06/30 18:47:50 wiz Exp $

# $FreeBSD: src/gnu/usr.bin/groff/src/libs/libbib/Makefile,v 1.3 2003/05/01 13:22:19 ru Exp $

DIST_SUBDIR=	src/libs/libbib

NOMAN=		# defined
NOPROFILE=	# defined
NOPIC=		# defined

LIB=		bib
SRCS=		common.cpp index.cpp linear.cpp search.cpp map.c

# only needed during build
libinstall::

.include <bsd.lib.mk>