]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/libmbpool/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / libmbpool / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../kern
4
5 KMOD=   libmbpool
6 SRCS=   subr_mbpool.c
7
8 EXPORT_SYMS=    mbp_create      \
9                 mbp_destroy     \
10                 mbp_alloc       \
11                 mbp_free        \
12                 mbp_ext_free    \
13                 mbp_card_free   \
14                 mbp_count       \
15                 mbp_get         \
16                 mbp_get_keep    \
17                 mbp_sync
18
19 .include <bsd.kmod.mk>