1# $FreeBSD: releng/10.3/lib/libfigpar/Makefile 274116 2014-11-04 23:46:01Z dteske $
2
3LIB=		figpar
4SHLIB_MAJOR=	0
5INCS=		figpar.h string_m.h
6MAN=		figpar.3
7MLINKS=		figpar.3 get_config_option.3	\
8		figpar.3 parse_config.3		\
9		figpar.3 replaceall.3		\
10		figpar.3 strcount.3		\
11		figpar.3 strexpand.3		\
12		figpar.3 strexpandnl.3		\
13		figpar.3 strtolower.3
14
15CFLAGS+=	-I${.CURDIR}
16
17SRCS=		figpar.c string_m.c
18
19WARNS?=		6
20
21.include <bsd.lib.mk>
22