041394f38a
dpv(3): dialog progress view library dpv(1): stream data from stdin or multiple paths with dialog progress view figpar(3): configuration file parsing library Reviews: D714 Reviewed by: jelischer, shurd Discussed at: MeetBSD California 2014 Vendor/Dev Summit Discussed on: -current MFC after: 21 days X-MFC-to: stable/10 stable/9
22 lines
368 B
Makefile
22 lines
368 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= figpar
|
|
SHLIB_MAJOR= 0
|
|
INCS= figpar.h string_m.h
|
|
MAN= figpar.3
|
|
MLINKS= figpar.3 get_config_option.3 \
|
|
figpar.3 parse_config.3 \
|
|
figpar.3 replaceall.3 \
|
|
figpar.3 strcount.3 \
|
|
figpar.3 strexpand.3 \
|
|
figpar.3 strexpandnl.3 \
|
|
figpar.3 strtolower.3
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SRCS= figpar.c string_m.c
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.lib.mk>
|