]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libfigpar/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libfigpar / Makefile
1 # $FreeBSD$
2
3 LIB=            figpar
4 SHLIB_MAJOR=    0
5 INCS=           figpar.h string_m.h
6 MAN=            figpar.3
7 MLINKS=         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
15 CFLAGS+=        -I${.CURDIR}
16
17 SRCS=           figpar.c string_m.c
18
19 WARNS?=         6
20
21 .include <bsd.lib.mk>