]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libfigpar/Makefile
Implement pci_enable_msi() and pci_disable_msi() in the LinuxKPI.
[FreeBSD/FreeBSD.git] / lib / libfigpar / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        dpv
4 LIB=            figpar
5 SHLIB_MAJOR=    0
6 INCS=           figpar.h string_m.h
7 MAN=            figpar.3
8 MLINKS=         figpar.3 get_config_option.3    \
9                 figpar.3 parse_config.3         \
10                 figpar.3 replaceall.3           \
11                 figpar.3 strcount.3             \
12                 figpar.3 strexpand.3            \
13                 figpar.3 strexpandnl.3          \
14                 figpar.3 strtolower.3
15
16 CFLAGS+=        -I${.CURDIR}
17
18 SRCS=           figpar.c string_m.c
19
20 .include <bsd.lib.mk>