freebsd-dev/sys/modules/libmbpool/Makefile
Enji Cooper 193d9e768b sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
2017-03-04 10:10:17 +00:00

20 lines
260 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/kern
KMOD= libmbpool
SRCS= subr_mbpool.c
EXPORT_SYMS= mbp_create \
mbp_destroy \
mbp_alloc \
mbp_free \
mbp_ext_free \
mbp_card_free \
mbp_count \
mbp_get \
mbp_get_keep \
mbp_sync
.include <bsd.kmod.mk>